Improved database

This commit is contained in:
2021-11-30 15:13:36 +01:00
parent 14ecc46d92
commit 61101eb576
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ class Gismo(ApplicationABC):
async def main(self):
try:
self._logger.trace(__name__, f'Try to start {BotService}')
# await self._bot.start_async()
await self._bot.start_async()
except Exception as e:
self._logger.error(__name__, 'Start failed', e)