From afcb06b48d5cf84c46a415a682ee559734d24194 Mon Sep 17 00:00:00 2001 From: sgrtye Date: Fri, 23 Feb 2024 22:51:10 +0000 Subject: [PATCH] add unavailable ip --- novel/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novel/main.py b/novel/main.py index 70190b4..fe4f4fb 100644 --- a/novel/main.py +++ b/novel/main.py @@ -20,7 +20,7 @@ bot = telebot.TeleBot(TELEBOT_TOKEN) -UNAVAILABLE_IPS = [] +UNAVAILABLE_IPS = ["154.95.36.199"] checkedTime = time.time()