telebotter / django-telegrambot

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

Supporting Django 3+ and Telegrambot in 2020 #2

Closed leikoilja closed 4 years ago

leikoilja commented 4 years ago

A few changes to update the example code as well as making the TelegramError display a better readable errors. Also adding an option to set the handler's file's custom name.

pep8speaks commented 4 years ago

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

Line 28:80: E501 line too long (92 > 79 characters) Line 212:80: E501 line too long (80 > 79 characters) Line 235:80: E501 line too long (80 > 79 characters)

Line 40:80: E501 line too long (104 > 79 characters) Line 45:80: E501 line too long (93 > 79 characters)

Comment last updated at 2020-04-13 12:15:12 UTC
lukruh commented 4 years ago

thanks for the PR :)