From a0392100f4a8f1781bffae2ee444b390ad7590a0 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 17 Sep 2023 12:18:26 +0300 Subject: [PATCH] fixing-polling --- .gitignore | 3 ++- bot/handlers/__init__.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 bot/handlers/__init__.py diff --git a/.gitignore b/.gitignore index 168d3b3..8c374a4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ api/payload.json update.json .vscode .idea -venv \ No newline at end of file +venv +*.rdb \ No newline at end of file diff --git a/bot/handlers/__init__.py b/bot/handlers/__init__.py new file mode 100644 index 0000000..0a439d6 --- /dev/null +++ b/bot/handlers/__init__.py @@ -0,0 +1 @@ +import routing \ No newline at end of file