From ff5f6f727a141fb90a2af513730a89a2251a8c9b Mon Sep 17 00:00:00 2001 From: FrankWang Date: Thu, 11 Aug 2016 22:46:40 +0800 Subject: [PATCH] Fix document #220 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5ed512a..6a65168 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,6 @@ The TeleBot constructor takes the following optional arguments: - threaded: True/False (default True). A flag to indicate whether TeleBot should execute message handlers on it's polling Thread. - - 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. ### The listener mechanism As an alternative to the message handlers, one can also register a function as a listener to TeleBot. Example: