Spelling error
This commit is contained in:
parent
52a08a492f
commit
35db09298d
|
|
@ -50,7 +50,7 @@ def select_language(options, show_only_country_codes=True):
|
||||||
|
|
||||||
def select_mirror_regions(mirrors, show_top_mirrors=True):
|
def select_mirror_regions(mirrors, show_top_mirrors=True):
|
||||||
# TODO: Support multiple options and country ycodes, SE,UK for instance.
|
# TODO: Support multiple options and country ycodes, SE,UK for instance.
|
||||||
regions = sorted(list(regions.keys()))
|
regions = sorted(list(mirrors.keys()))
|
||||||
selected_mirrors = {}
|
selected_mirrors = {}
|
||||||
|
|
||||||
if len(regions) >= 1:
|
if len(regions) >= 1:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue