mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 04:51:51 +00:00
Fixing comments
This commit is contained in:
parent
2500567ee5
commit
97ae3cbbdd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import sentry_sdk
|
|||
from sentry_sdk.integrations.rq import RqIntegration
|
||||
from sentry_sdk.integrations.redis import RedisIntegration
|
||||
|
||||
if os.path.exists("config_local.py"):
|
||||
if os.path.exists('config_local.py'):
|
||||
import config_local as config
|
||||
else:
|
||||
import config
|
||||
|
|
Loading…
Reference in a new issue