Skip to content
Snippets Groups Projects
Commit dd3476d5 authored by IS1_4M's avatar IS1_4M
Browse files

undid deev move

parent 291290f5
Branches
No related merge requests found
......@@ -10,7 +10,7 @@ from datetime import datetime
from random import random
import json
DEV_MODE = True
DEV_MODE = False
with open('../../../ECHackersBotCreds/credentials' + ('_test_bot.json' if DEV_MODE else '.json')) as file:
credentials = json.load(file)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment