Skip to content

Commit 0ca2b46

Browse files
authored
Fix / in index_url
1 parent 8b347a2 commit 0ca2b46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bot/core/config_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def _process_config_value(cls, attr: str, value):
154154
if attr in {
155155
"BASE_URL",
156156
"RCLONE_SERVE_URL",
157-
"INDEX_URL",
158157
"SEARCH_API_LINK",
159158
}:
160159
return converted_value.strip("/") if converted_value else ""

0 commit comments

Comments
 (0)