Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
A.Shpak committed Apr 8, 2024
1 parent d2f5faf commit cb056da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chatushka/_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,8 @@ async def run(
loop.add_signal_handler(sig, callback=lambda: ensure_future(self._stop()))
except NotImplementedError:
break
if self._schedulers:
logger.info(f"{self} (っ◔◡◔)っ start schedulers")
for scheduler in self._schedulers:
logger.info(f"{self} (っ◔◡◔)っ start scheduler {scheduler!r}")
scheduler.start()
logger.info(f"{self} (っ◔◡◔)っ start polling")
self._closed = False
Expand Down

0 comments on commit cb056da

Please sign in to comment.