Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Little Monkey <[email protected]>
  • Loading branch information
PlaceReporter99 authored Oct 30, 2024
1 parent efe08e9 commit 8fd94f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def mainf():
bot = sechat.Bot()
bot.login(os.environ["BOT_EMAIL"], os.environ["BOT_PASSWORD"])
[r, baso, ubot] = map(bot.joinRoom, [1, 146039, 154629])

ubot.send("Bot successfully redeployed!")
for room in [r, baso, ubot]:
onn(room, bot)

Expand Down

0 comments on commit 8fd94f6

Please sign in to comment.