diff options
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ def main(): if __name__ == '__main__': try: if not os.path.isfile(dbFile): + logger.info("DB FILE NOT FOUND. CREATING...") initDb() while True: if not bot.isProcessingPolling and bot.hasNewMessages: |