Fix missing indent.

This commit is contained in:
Simon Quigley 2018-08-09 19:57:58 -05:00
parent 8362219314
commit b798b3f55c

View File

@ -67,6 +67,6 @@ def run():
country = getcountry()
prefix = getmirror(country)
else:
prefix = ""
prefix = ""
changesources(prefix)