disabled debug code

This commit is contained in:
GamerNoTitle 2023-08-31 12:50:08 +08:00
parent d66e53e1b6
commit 59f04b68a7

View File

@ -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