disabled debug code
This commit is contained in:
parent
d66e53e1b6
commit
59f04b68a7
6
main.py
6
main.py
|
@ -21,11 +21,11 @@ sentry_sdk.init(
|
||||||
)
|
)
|
||||||
|
|
||||||
# Running in Github Action, use this to get the config
|
# Running in Github Action, use this to get the config
|
||||||
# conf = json.loads(os.environ.get('config'))
|
conf = json.loads(os.environ.get('config'))
|
||||||
|
|
||||||
# Running locally, use this to get the config
|
# Running locally, use this to get the config
|
||||||
with open('config.json') as f:
|
# with open('config.json') as f:
|
||||||
conf = json.loads(f.read())
|
# conf = json.loads(f.read())
|
||||||
|
|
||||||
if type(conf) == type(list()):
|
if type(conf) == type(list()):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user