Skip to content

Commit

Permalink
Merge 4369c13 into a566ea2
Browse files Browse the repository at this point in the history
  • Loading branch information
Poolitzer committed Dec 22, 2020
2 parents a566ea2 + 4369c13 commit 546221e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
logger = logging.getLogger(__name__)
logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.DEBUG)
logging.getLogger("telegram").setLevel(logging.ERROR)
logging.getLogger("apscheduler").setLevel(logging.ERROR)

updater = Updater(token=config.BOT_TOKEN, use_context=True)

Expand Down

0 comments on commit 546221e

Please sign in to comment.