Skip to content

Commit

Permalink
Add example for multiple countries filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon2fly authored Jul 12, 2020
1 parent e396624 commit 9e1ecbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_input(s, option):

elif user_input == '5':
while not re.match(r'^[a-z| ]*$', user_input.lower().strip()):
user_input = input('Country\'s name (eg: [all], jp, japan): ')
user_input = input('Country\'s name (eg: [all], jp, japan, us|ca): ')
else:
s.filter['country'] = 'all' if not user_input else user_input.lower()

Expand Down

0 comments on commit 9e1ecbb

Please sign in to comment.