Skip to content

Commit

Permalink
changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent 341a65c commit 336937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def send_msg(msg: str):
requests.post(url=url, params=payload)
raise Exception()
except Exception as exc:
print(exc)
print(exc.__str__)

0 comments on commit 336937c

Please sign in to comment.