Skip to content

Commit

Permalink
add node back
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Mar 31, 2024
1 parent 70531cf commit fbb2c88
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 = ["38.154.227.167", "154.95.36.199"]
UNAVAILABLE_IPS = ["154.95.36.199"]

lastUpdatedTime = time.time()

Expand Down

0 comments on commit fbb2c88

Please sign in to comment.