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 78f9bdc commit dd8b621Copy full SHA for dd8b621
telegram/ext/dispatcher.py
@@ -42,7 +42,7 @@ def _pooled():
42
"""
43
A wrapper to run a thread in a thread pool
44
45
- while True:
+ while 1:
46
try:
47
func, args, kwargs = ASYNC_QUEUE.get()
48
0 commit comments