We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881d1d0 commit a30411cCopy full SHA for a30411c
telegram/ext/updater.py
@@ -382,6 +382,7 @@ def _join_async_threads(self):
382
for i, thr in enumerate(threads):
383
self.logger.debug('Waiting for async thread {0}/{1} to end'.format(i + 1, total))
384
thr.join()
385
+ dispatcher.ASYNC_THREADS.remove(thr)
386
self.logger.debug('async thread {0}/{1} has ended'.format(i + 1, total))
387
388
def _join_threads(self):
0 commit comments