telebotter / django-telegrambot

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

Only set webhook and load handlers when we want to receive updates #19

Closed autoantwort closed 3 years ago

autoantwort commented 3 years ago

Probably this needs more fine tuning and an option, but that should solve #18

pep8speaks commented 3 years ago

Hello @autoantwort! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 212:80: E501 line too long (107 > 79 characters) Line 213:80: E501 line too long (103 > 79 characters) Line 240:80: E501 line too long (103 > 79 characters)

Comment last updated at 2021-08-02 09:53:53 UTC
lukruh commented 3 years ago

I'll have a look at your PR soon and prbably merge them.