Skip to content

Commit ff5f6f7

Browse files
authored
Fix document eternnoir#220
1 parent 315400d commit ff5f6f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ The TeleBot constructor takes the following optional arguments:
445445

446446
- threaded: True/False (default True). A flag to indicate whether
447447
TeleBot should execute message handlers on it's polling Thread.
448-
- num_threads: integer (default 4). Controls the amount of WorkerThreads created for the internal thread pool that TeleBot uses to execute message handlers. Is not used when threaded is False.
449448

450449
### The listener mechanism
451450
As an alternative to the message handlers, one can also register a function as a listener to TeleBot. Example:

0 commit comments

Comments
 (0)