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 898142e commit 64748ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_telegrambot/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def ready(self):
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 64748ae

Please sign in to comment.