docs: missed dot

This commit is contained in:
Oleg A 2022-09-21 19:56:44 +03:00
parent ae724f7167
commit 515e5769ef
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -104,7 +104,7 @@ class ChatActionSender:
"""Process initial action.
If there's no initial sleep - skip current step.
If initial_sleep shorter or equal to interval - call action once
If initial_sleep shorter or equal to interval - call action once.
Otherwise, start worker and wait for initial sleep.
"""
if not self.initial_sleep: