From 5ee043575854c6828875344257b976fde89817aa Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 1 Jun 2025 11:44:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BA=D0=B0=D1=82=D0=B0=D0=BB=D0=BE=D0=B3=20logs=20?= =?UTF-8?q?=D0=B2=20.gitignore=20=D0=B4=D0=BB=D1=8F=20=D0=B8=D1=81=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=20=D0=BB=D0=BE=D0=B3=D0=BE=D0=B2=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D0=BE=D1=82=D1=81=D0=BB=D0=B5=D0=B6=D0=B8=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F.=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=20create=5Fusers=5Ftable.sql,=20=D1=82?= =?UTF-8?q?=D0=B0=D0=BA=20=D0=BA=D0=B0=D0=BA=20=D0=BE=D0=BD=20=D0=B1=D0=BE?= =?UTF-8?q?=D0=BB=D1=8C=D1=88=D0=B5=20=D0=BD=D0=B5=20=D0=BD=D1=83=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD.=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20run.cmd=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20ADMIN=5FUSER=5FID=20=D0=B8=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B1=D0=B5=D1=81?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D0=B5=D1=87=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=86?= =?UTF-8?q?=D0=B8=D0=BA=D0=BB=D0=B0=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA?= =?UTF-8?q?=D0=B0.=20=D0=AD=D1=82=D0=B8=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=83=D0=BF=D1=80=D0=BE=D1=89=D0=B0?= =?UTF-8?q?=D1=8E=D1=82=20=D1=83=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=BE=D0=BC?= =?UTF-8?q?=20=D0=B8=20=D0=BF=D0=BE=D0=B2=D1=8B=D1=88=D0=B0=D1=8E=D1=82=20?= =?UTF-8?q?=D0=B5=D0=B3=D0=BE=20=D1=81=D1=82=D0=B0=D0=B1=D0=B8=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=BE=D1=81=D1=82=D1=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + create_users_table.sql => db_sql/create_users_table.sql | 0 run.cmd | 5 ++++- 3 files changed, 5 insertions(+), 1 deletion(-) rename create_users_table.sql => db_sql/create_users_table.sql (100%) diff --git a/.gitignore b/.gitignore index 505a3b1..737b203 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ wheels/ # Virtual environments .venv +logs/ \ No newline at end of file diff --git a/create_users_table.sql b/db_sql/create_users_table.sql similarity index 100% rename from create_users_table.sql rename to db_sql/create_users_table.sql diff --git a/run.cmd b/run.cmd index 2b20055..714ae99 100644 --- a/run.cmd +++ b/run.cmd @@ -4,4 +4,7 @@ set BOT_NAME=salvagedb_bot set db_user=salvagebot set db_password=hlz1zm4n39nq6et0 set db_dsn=89.110.92.87:17921/db1 -uv run main.py \ No newline at end of file +set ADMIN_USER_ID=604563487 +:1 +uv run main.py +goto 1 \ No newline at end of file