Skip to content

Commit

Permalink
text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lek-x committed Jul 15, 2023
1 parent 9218abd commit feea14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def status(message):

bot.send_message(
message.chat.id,
f"Auto send status:\nStatus:{send_enabled},\ntime: {set_time},\
f"Auto send status:\nStatus:{send_enabled}\ntime: {set_time}\
\ncity: {set_city} \nchat_id: {usr_id}",
)

Expand All @@ -326,7 +326,7 @@ def auto_send(message):
"""
bot.send_message(
message.chat.id,
"Please send text in format for auto notification. \nFor enabling: 'yes/08:00/Paris' \nFor disabling: 'no' ",
"Please send text in format for auto notification. \nFor enabling: 'yes/08:00/Paris' \nFor disabling send: 'no' ",
)

bot.register_next_step_handler(message, get_switch)
Expand Down

0 comments on commit feea14c

Please sign in to comment.