JungDev / django-telegrambot

Simple app for Telegram bot in Django
BSD 3-Clause "New" or "Revised" License
237 stars 88 forks source link

bugfix #6 Request for not found token in webhook mode #8

Closed marqueewinq closed 4 years ago

marqueewinq commented 6 years ago

Commented line 126, which made bot work

codecov-io commented 6 years ago

Codecov Report

Merging #8 into master will decrease coverage by 0.1%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   31.39%   31.29%   -0.11%     
==========================================
  Files           8        8              
  Lines         293      294       +1     
==========================================
  Hits           92       92              
- Misses        201      202       +1
Impacted Files Coverage Δ
django_telegrambot/apps.py 35.86% <0%> (-0.2%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c824df3...feb5a2d. Read the comment docs.

JungDev commented 6 years ago

@marqueewinq if we need to repeat setWebhook, I think is better a while(!setted) with a counter to exit after a fixed number of retry.