Skip to content

Commit

Permalink
bugfix JungDev#6 Request for not found token in webhook mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marqueewinq committed Oct 13, 2017
1 parent c824df3 commit ed267cf
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 @@ -123,7 +123,7 @@ def getUpdater(cls, id=None, safe=True):
def ready(self):
if DjangoTelegramBot.ready_run:
return
DjangoTelegramBot.ready_run = True
#DjangoTelegramBot.ready_run = True

self.mode = WEBHOOK_MODE
if settings.DJANGO_TELEGRAMBOT.get('MODE', 'WEBHOOK') == 'POLLING':
Expand Down

0 comments on commit ed267cf

Please sign in to comment.