From 19eae811ab48b18531b2c6e113313fe3be9e53ec Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 30 Oct 2023 00:50:56 +0700 Subject: [PATCH] some fixes// --- .idea/.gitignore | 3 --- .idea/GitLink.xml | 6 ------ .idea/UserVKBot.iml | 10 ---------- .idea/discord.xml | 7 ------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 5 ++++- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ routes/__init__.py | 2 +- 9 files changed, 5 insertions(+), 48 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/GitLink.xml delete mode 100644 .idea/UserVKBot.iml delete mode 100644 .idea/discord.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/GitLink.xml b/.idea/GitLink.xml deleted file mode 100644 index 009597c..0000000 --- a/.idea/GitLink.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/UserVKBot.iml b/.idea/UserVKBot.iml deleted file mode 100644 index 74d515a..0000000 --- a/.idea/UserVKBot.iml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml deleted file mode 100644 index 30bab2a..0000000 --- a/.idea/discord.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 8da2b3d..333e16b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ - + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b0fc048..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/routes/__init__.py b/routes/__init__.py index 0458d81..2a0fd5a 100644 --- a/routes/__init__.py +++ b/routes/__init__.py @@ -1,3 +1,3 @@ from . import game_handler, delete_msg, info_bot -labelers = [game_handler.bl, deletedmsg.bl, info_bot.bl] +labelers = [game_handler.bl, delete_msg.bl, info_bot.bl]