We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c350e commit 5c14b69Copy full SHA for 5c14b69
threebot_worker/threebot-worker
@@ -64,7 +64,7 @@ except:
64
sys.exit(2)
65
66
try:
67
- SECRET_KEY = Config.get('3bot-settings', 'SECRET_KEY')
+ SECRET_KEY = Config.get('3bot-settings', 'SECRET_KEY').encode('utf-8')
68
except:
69
print("Invalid config file in: '%s'. Could not find SECRET_KEY declaration" % CONFIGFILE)
70
print("You can find a basic config file in the documentation.")
0 commit comments