Skip to content

Commit

Permalink
Sorry, that a commit broke it back
Browse files Browse the repository at this point in the history
Signed-off-by: baalajimaestro <[email protected]>
  • Loading branch information
baalajimaestro committed Dec 15, 2018
1 parent a4ab029 commit a258f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
except NameError:
API_KEY = os.environ.get('API_KEY', None)
API_HASH = os.environ.get('API_HASH',None)
LOGGER_GROUP=os.environ.get('LOGGER_GROUP')
LOGGER_GROUP=int(os.environ.get('LOGGER_GROUP'))
LOGGER=os.environ.get('LOGGER',None) #Incase you want to turn off logging, put this to false
PM_AUTO_BAN=os.environ.get('PM_AUTO_BAN',None)
CONSOLE_LOGGER_VERBOSE=os.environ.get('CONSOLE_LOGGER_VERBOSE',None)
Expand Down

0 comments on commit a258f8d

Please sign in to comment.