Skip to content

Commit

Permalink
Fix: Imports
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 2d3d00f commit a4ab029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
PM_AUTO_BAN=os.environ.get('PM_AUTO_BAN',None)
CONSOLE_LOGGER_VERBOSE=os.environ.get('CONSOLE_LOGGER_VERBOSE',None)
DB_URI=os.environ.get('DB_URI',None)
SCREEN_SHOT_LAYER_ACCESS_KEY=os.environ.get('SCREEN_SHOT_LAYER_ACCESS_KEY',None)
OPEN_WEATHER_MAP_APPID=os.environ.get('OPEN_WEATHER_MAP_APPID',None)
if CONSOLE_LOGGER_VERBOSE:
logging.basicConfig(
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
Expand Down

0 comments on commit a4ab029

Please sign in to comment.