Spelling error

This commit is contained in:
Anton Hvornum 2020-09-01 13:48:31 +02:00
parent 52a08a492f
commit 35db09298d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def select_language(options, show_only_country_codes=True):
def select_mirror_regions(mirrors, show_top_mirrors=True):
# TODO: Support multiple options and country ycodes, SE,UK for instance.
regions = sorted(list(regions.keys()))
regions = sorted(list(mirrors.keys()))
selected_mirrors = {}
if len(regions) >= 1: