rnilkyway commited on
Commit
bdb9939
·
1 Parent(s): 86155c5

fix: correct indentation in _save_providers no-op comment

Browse files
Files changed (1) hide show
  1. app/index.py +1 -1
app/index.py CHANGED
@@ -1154,7 +1154,7 @@ def _save_providers():
1154
  # with open(PROVIDERS_FILE, "w") as f:
1155
  # json.dump(_dynamic_providers, f, indent=2)
1156
  # except Exception as e:
1157
- logger.warning("Failed to save providers: %s", e)
1158
 
1159
 
1160
  def _register_provider_in_upstreams(prov: dict):
 
1154
  # with open(PROVIDERS_FILE, "w") as f:
1155
  # json.dump(_dynamic_providers, f, indent=2)
1156
  # except Exception as e:
1157
+ # logger.warning("Failed to save providers: %s", e)
1158
 
1159
 
1160
  def _register_provider_in_upstreams(prov: dict):