We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02826e2 commit 51c549bCopy full SHA for 51c549b
src/starter_code_snake_bnb/src/program_guests.py
@@ -1,6 +1,5 @@
1
from infrastructure.switchlang import switch
2
import program_hosts as hosts
3
-from program_hosts import success_msg, error_msg
4
import infrastructure.state as state
5
6
src/starter_code_snake_bnb/src/program_hosts.py
@@ -35,7 +35,8 @@ def run():
35
def show_commands():
36
print('What action would you like to take:')
37
print('[C]reate an account')
38
- print('[L]ogin to your account')
+ print('Login to your [a]ccount')
39
+ print('[L]ist your cages')
40
print('[R]egister a cage')
41
print('[U]pdate cage availability')
42
print('[V]iew your bookings')
0 commit comments