From f04d08b6be18cd35c22207b95b33ce64d12d3865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=81=D0=B8=D0=BD=D0=B5=D1=87=D0=BA=D0=B0=20=E2=99=A1?= <63897347+ktnk-dev@users.noreply.github.com> Date: Sun, 30 Aug 2026 14:56:10 +0300 Subject: [PATCH] add venv folder to ignore --- .gitignore | 3 ++- bot/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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...')