small comment fix
This commit is contained in:
parent
d715734353
commit
f54850963c
@ -464,7 +464,7 @@ def remove_share(message):
|
|||||||
"""
|
"""
|
||||||
user_id = int(message.from_user.id)
|
user_id = int(message.from_user.id)
|
||||||
|
|
||||||
bot.send_message(chat_id=user_id, text='Type ISIN/Symbol/CompanyName of share to remove (if you are unsure do /portfolio, find your share and insert the value above amount):')
|
bot.send_message(chat_id=user_id, text='Type ISIN/Symbol/CompanyName of share to remove (if you are unsure do /shares, find your share and insert the value above amount):')
|
||||||
bot.register_next_step_handler(message, remove_share_step) # wait for user to send ISIN, then call remove_share_step function
|
bot.register_next_step_handler(message, remove_share_step) # wait for user to send ISIN, then call remove_share_step function
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user