Skip to content

Commit

Permalink
Merge 00073db into bf8d70d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 22, 2020
2 parents bf8d70d + 00073db commit c7a2c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-telegram-bot==12.8
python-telegram-bot==13.1

0 comments on commit c7a2c00

Please sign in to comment.