Spelling error
This commit is contained in:
parent
35db09298d
commit
7734fbee89
|
|
@ -54,7 +54,7 @@ def select_mirror_regions(mirrors, show_top_mirrors=True):
|
||||||
selected_mirrors = {}
|
selected_mirrors = {}
|
||||||
|
|
||||||
if len(regions) >= 1:
|
if len(regions) >= 1:
|
||||||
for index, region in enumerate(regionss):
|
for index, region in enumerate(regions):
|
||||||
print(f"{index}: {region}")
|
print(f"{index}: {region}")
|
||||||
|
|
||||||
print(' -- You can enter ? or help to search for more regions --')
|
print(' -- You can enter ? or help to search for more regions --')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue