Some callback_data_factory.py refactor

This commit is contained in:
Suren Khorenyan 2019-07-20 23:08:38 +03:00
parent 61e1015c1e
commit 846f83f117
2 changed files with 16 additions and 14 deletions

View file

@ -339,7 +339,7 @@ class Executor:
async def _skip_updates(self):
await self.dispatcher.reset_webhook(True)
await self.dispatcher.skip_updates()
log.warning(f"Updates are skipped successfully.")
log.warning(f'Updates were skipped successfully.')
async def _welcome(self):
user = await self.dispatcher.bot.me