diff --git a/src/main.py b/src/main.py index 6e74cba..e67cb8f 100644 --- a/src/main.py +++ b/src/main.py @@ -50,7 +50,6 @@ if os.environ.get('CONF_FOLDER') is None: TOKEN = None with open(os.path.join(os.environ['CONF_FOLDER'], 'bot.token')) as f: TOKEN = f.read().strip() -logger.error(TOKEN) updater = Updater(token=TOKEN) updater.dispatcher.add_handler(MessageHandler(Filters.text, get_format))