python-telegram-bot/telegram/utils
Noam Meltzer 8690ba256e
webhookhandler: Fix exception thrown during error handling (#985)
BaseServer.handle_error() default behaviour is to print to stdout or
stderr (depends on the python version). In case that the file descriptor
is closed an additional exception will be raised, causing the webhook
thread to quit.

Fixes #970
2018-01-25 10:42:48 +02:00
..
__init__.py Merging testing 2015-09-04 23:21:31 -03:00
deprecate.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
helpers.py Updater: Issue INFO log upon received signal (#951) 2018-01-09 17:54:07 +02:00
promise.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
request.py Update headers to 2018 (#962) 2018-01-04 17:16:06 +02:00
webhookhandler.py webhookhandler: Fix exception thrown during error handling (#985) 2018-01-25 10:42:48 +02:00