Skip to content

Commit

Permalink
add unavailable ip
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Feb 23, 2024
1 parent dfa38a8 commit afcb06b
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 = []
UNAVAILABLE_IPS = ["154.95.36.199"]

checkedTime = time.time()

Expand Down

0 comments on commit afcb06b

Please sign in to comment.