Skip to content

Commit

Permalink
Print out selected region.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsand committed Nov 10, 2020
1 parent 14bb8a1 commit 0ee79e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
options = sorted(list(pia.server_list.keys()))
option, index = pick(options, title)
pia.set_region(option)
print("Selected '{}'".format(option))

# Get token
while True:
Expand Down

0 comments on commit 0ee79e5

Please sign in to comment.