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 64748ae commit 7f988e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_telegrambot/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ 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:
if self.mode == WEBHOOK_MODE:
try:
if b.get('MESSAGEQUEUE_ENABLED',False):
q = mq.MessageQueue(all_burst_limit=b.get('MESSAGEQUEUE_ALL_BURST_LIMIT',29),
Expand Down

0 comments on commit 7f988e3

Please sign in to comment.