Skip to content

Commit

Permalink
remove blocked ip
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Feb 23, 2024
1 parent 0537a99 commit b683c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

bot = telebot.TeleBot(TELEBOT_TOKEN)

UNAVAILABLE_IPS = ['154.95.36.199']
UNAVAILABLE_IPS = []

checkedTime = time.time()

Expand Down

0 comments on commit b683c7f

Please sign in to comment.