From b683c7f1abb88d35dd9fcb931eda713de9995ccf Mon Sep 17 00:00:00 2001 From: sgrtye Date: Fri, 23 Feb 2024 11:52:03 +0000 Subject: [PATCH] remove blocked ip --- novel/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novel/main.py b/novel/main.py index fbe91b3..664d3e0 100644 --- a/novel/main.py +++ b/novel/main.py @@ -20,7 +20,7 @@ bot = telebot.TeleBot(TELEBOT_TOKEN) -UNAVAILABLE_IPS = ['154.95.36.199'] +UNAVAILABLE_IPS = [] checkedTime = time.time()