fix: Remove duplicate shares input in journal_menu function
This commit is contained in:
parent
6e4c26c73d
commit
dcfc657ced
@ -544,10 +544,6 @@ def journal_menu():
|
|||||||
print("Invalid direction")
|
print("Invalid direction")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
shares = get_user_input("Enter number of shares:", int)
|
|
||||||
if shares is None:
|
|
||||||
continue
|
|
||||||
|
|
||||||
if direction == "2": # Sell order
|
if direction == "2": # Sell order
|
||||||
exit_price = get_user_input("Enter exit price:", float)
|
exit_price = get_user_input("Enter exit price:", float)
|
||||||
if exit_price is None:
|
if exit_price is None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user