From c1b5e745928358aa9bdd7a2d5b1b8a7f6ec87e93 Mon Sep 17 00:00:00 2001 From: jakie Date: Wed, 25 Dec 2024 00:32:30 +0700 Subject: [PATCH] fix bug --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3488562..6219e74 100644 --- a/main.py +++ b/main.py @@ -14,7 +14,7 @@ TOKEN = os.getenv('BOT_TOKEN') # load the bot token from env -bot = AsyncTeleBot(TOKEN)# Fasttext model load +bot = AsyncTeleBot(TOKEN) dl = dlt.TranslationModel("nllb200", device="cpu") # you can change it as cpu, cuda, or auto. prefer to cpu def load_user_settings():