Skip to content

Commit 51c549b

Browse files
committed
Fixes mikeckennedy#5, Error in command selection.
1 parent 02826e2 commit 51c549b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/starter_code_snake_bnb/src/program_guests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from infrastructure.switchlang import switch
22
import program_hosts as hosts
3-
from program_hosts import success_msg, error_msg
43
import infrastructure.state as state
54

65

src/starter_code_snake_bnb/src/program_hosts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def run():
3535
def show_commands():
3636
print('What action would you like to take:')
3737
print('[C]reate an account')
38-
print('[L]ogin to your account')
38+
print('Login to your [a]ccount')
39+
print('[L]ist your cages')
3940
print('[R]egister a cage')
4041
print('[U]pdate cage availability')
4142
print('[V]iew your bookings')

0 commit comments

Comments
 (0)