Compare commits
2 Commits
3a611b2218
...
6d3f2f90cc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d3f2f90cc | ||
|
|
32f987b73f |
@ -38,7 +38,7 @@ def verify_user(information):
|
||||
|
||||
def greet_user():
|
||||
"""Greet the user by name."""
|
||||
path = Path('user_info.json')
|
||||
path = Path('../Chapter_10/user_info.json')
|
||||
information = get_stored_info(path)
|
||||
if information:
|
||||
confirmed = verify_user(information)
|
||||
|
||||
@ -1 +1 @@
|
||||
{"username": "Ken", "location": "PA", "age": "66"}
|
||||
{"username": "Gerry", "location": "WY", "age": "82"}
|
||||
@ -1 +0,0 @@
|
||||
{"username": "Bregg", "location": "RT", "age": "833"}
|
||||
Loading…
x
Reference in New Issue
Block a user