Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit df17c23

Browse files
committed
Fixed age
1 parent dc1084d commit df17c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __parse_info(self, data: dict):
5050
'info': {
5151
'gender': data['gender'],
5252
'age': randint(1, 42),
53-
'location': f'{randint(1, 9999)} miles away'
53+
'location': f'{randint(1, 99)} miles away'
5454
}
5555
}
5656

0 commit comments

Comments
 (0)