changed input layout
This commit is contained in:
@@ -159,7 +159,6 @@ class MenuHelper:
|
||||
case "Check balance":
|
||||
print(f"Your balance is: {taskHelper.getBalance(self)}")
|
||||
|
||||
|
||||
case "Check the pool":
|
||||
transactions = utilityHelper.loadFile("../data/transaction_pool.dat")
|
||||
x = 0
|
||||
@@ -206,7 +205,7 @@ class MenuHelper:
|
||||
self.printMenu(menu)
|
||||
# make input an interger
|
||||
try:
|
||||
choice = int(input())
|
||||
choice = int(input(">>: "))
|
||||
except:
|
||||
utilityHelper.clearScreen()
|
||||
print("Wrong input, try again")
|
||||
|
Reference in New Issue
Block a user