mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +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…
Add table
Add a link
Reference in a new issue