Skip to content

Commit

Permalink
Update apps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JungDev authored Jan 2, 2019
1 parent 9fed110 commit 2a96e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_telegrambot/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def ready(self):
allowed_updates = b.get('ALLOWED_UPDATES', None)
timeout = b.get('TIMEOUT', None)
proxy = b.get('PROXY', None)

if self.mode == WEBHOOK_MODE:
try:
if b.get('MESSAGEQUEUE_ENABLED',False):
Expand Down

0 comments on commit 2a96e24

Please sign in to comment.