Skip to content

Commit

Permalink
change terminated ip
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye authored Mar 23, 2024
1 parent 56e7fa8 commit 64f0ddd
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 = ["38.154.227.167"]

checkedTime = time.time()

Expand Down

0 comments on commit 64f0ddd

Please sign in to comment.