diff --git a/.gitignore b/.gitignore index da45b79..f6aa8f5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ web/analytics/data.json DEBUG schedule_client.py config.py -.env \ No newline at end of file +.env +.venv \ No newline at end of file diff --git a/bot/__init__.py b/bot/__init__.py index c2b45cc..8a9079b 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -33,7 +33,7 @@ def run(): logger.success('Bot', 'Started') # try: bot.infinity_polling(logger_level=1) try: - bot.infinity_polling(logger_level=1) + bot.infinity_polling(logger_level=9) except KeyboardInterrupt: logger.error('Bot', 'Stopping...')