Update config_loader.py

This commit is contained in:
Tal 2024-05-05 14:54:31 +03:00 committed by GitHub
parent cac450098a
commit 254c3e2ed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,7 @@ def get_settings():
try: try:
return context["settings"] return context["settings"]
except Exception: except Exception:
print("error")
return global_settings return global_settings