small correction
This commit is contained in:
parent
192514b9df
commit
53c6cd0944
@ -466,7 +466,7 @@ def set_new_transaction(message):
|
|||||||
:rtype: none
|
:rtype: none
|
||||||
"""
|
"""
|
||||||
user_id = int(message.from_user.id)
|
user_id = int(message.from_user.id)
|
||||||
bot.send_message(chat_id=user_id, text='Type "<name of stock>,<isin>,<amount>,<price_per_stock_usd>" (time of transaction will be set to now, negative amount is selling, positive is buying):')
|
bot.send_message(chat_id=user_id, text='Type "<name of stock>,<isin/name/symbol>,<amount>,<price_per_stock_usd>" (time of transaction will be set to now, negative amount is selling, positive is buying):')
|
||||||
bot.register_next_step_handler(message, set_new_transaction_step)
|
bot.register_next_step_handler(message, set_new_transaction_step)
|
||||||
|
|
||||||
def set_new_transaction_step(message):
|
def set_new_transaction_step(message):
|
||||||
|
Loading…
Reference in New Issue
Block a user