From a43fb36f44655e7c142c7973d548e8505fb1cda4 Mon Sep 17 00:00:00 2001 From: Igor <2006giqhpmine.ru@gmail.com> Date: Sat, 29 Jan 2022 22:03:35 +0900 Subject: Add docker )) --- shared/instances.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared/instances.py') diff --git a/shared/instances.py b/shared/instances.py index 25de59f..5351f9c 100644 --- a/shared/instances.py +++ b/shared/instances.py @@ -1,6 +1,7 @@ from aiogram import Bot, Dispatcher -from .config import token +from config import token +print(token) bot = Bot(token=token) dp = Dispatcher(bot) gen_chance = 10 -- cgit v1.2.3