Skip to content

Commit

Permalink
reduce wait after dish selection confirmation #21
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Apr 16, 2024
1 parent beee328 commit daabda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def select_dish(self):
# print the selected dish's name
print(f'\nYou have selected: {selected_dish}')
# sleep for 1.5 seconds after printing output
sleep(1.5)
sleep(0.5)
# clear the console
clear()

Expand Down

0 comments on commit daabda8

Please sign in to comment.