Print out selected region.

main
Harrison Sand 5 years ago
parent 14bb8a1eb2
commit 0ee79e5939

@ -14,6 +14,7 @@ title = 'Please choose a region: '
options = sorted(list(pia.server_list.keys()))
option, index = pick(options, title)
pia.set_region(option)
print("Selected '{}'".format(option))
# Get token
while True:

Loading…
Cancel
Save