Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENALC committed Dec 25, 2021
1 parent 44372bf commit f4e5974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algobot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(self, parent=None):
def inform_telegram(self, message: str, stop_bot: bool = False):
"""
Sends a notification to Telegram if some action is taken by the bot.
:param message: Message to send.
:param message: Message to send through Telegram.
:param stop_bot: Boolean for whether bot should be stopped or not.
"""
try:
Expand Down

0 comments on commit f4e5974

Please sign in to comment.