diff --git a/common/modules/automirror/main.py b/common/modules/automirror/main.py index af6c648..57f9a5b 100644 --- a/common/modules/automirror/main.py +++ b/common/modules/automirror/main.py @@ -67,6 +67,6 @@ def run(): country = getcountry() prefix = getmirror(country) else: - prefix = "" + prefix = "" changesources(prefix)