Update scraper_bot.py
This commit is contained in:
@@ -80,7 +80,7 @@ class ScraperBot(MultiBot, ABC):
|
||||
self._parse_callbacks(
|
||||
text,
|
||||
[
|
||||
RegisteredCallback(..., [['sin'], ['timeout', 'limite']]),
|
||||
RegisteredCallback(..., (('sin',), ('timeout', 'limite'))),
|
||||
RegisteredCallback(..., multibot_constants.KEYWORDS['all'])
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user