Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
we didnt run the function
  • Loading branch information
PlaceReporter99 committed Aug 14, 2024
1 parent 4bfbea7 commit 84bbd62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ def repeat():
onn(room)
ubot.send(f"Wake up, it's antifreeze time!")
repeat()
app.run(host='0.0.0.0', port=5000)
try:
counter = 0
print("Startup Successful.")
Expand All @@ -355,4 +354,6 @@ def repeat():
#r.send("Bot has stopped for updates.")
bot.leaveAllRooms()
mainf()
app.run(host='0.0.0.0', port=5000)
mainf()

0 comments on commit 84bbd62

Please sign in to comment.