Closed leikoilja closed 4 years ago
Hello @leikoilja! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
django_telegrambot/apps.py
: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)
django_telegrambot/views.py
:Line 40:80: E501 line too long (104 > 79 characters) Line 45:80: E501 line too long (93 > 79 characters)
thanks for the PR :)
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.