We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b347a2 commit 0ca2b46Copy full SHA for 0ca2b46
1 file changed
bot/core/config_manager.py
@@ -154,7 +154,6 @@ def _process_config_value(cls, attr: str, value):
154
if attr in {
155
"BASE_URL",
156
"RCLONE_SERVE_URL",
157
- "INDEX_URL",
158
"SEARCH_API_LINK",
159
}:
160
return converted_value.strip("/") if converted_value else ""
0 commit comments