Merge branch 'master' into jobqueue

This commit is contained in:
Jannes Höke 2015-12-31 15:45:19 +01:00
commit 6f76bfc2de

View file

@ -25,7 +25,6 @@ from functools import wraps
from inspect import getargspec
from threading import Thread, BoundedSemaphore, Lock
from re import match
from traceback import print_exc
from telegram import (TelegramError, Update, NullHandler)
@ -188,7 +187,7 @@ class Dispatcher:
# All other errors should not stop the thread, just print them
except:
print_exc()
self.logger.exception()
else:
self.__lock.release()
self.logger.info('Dispatcher thread stopped')