Skip to content
Snippets Groups Projects
Commit 5f69a875 authored by Hugo Posnic's avatar Hugo Posnic
Browse files

Rename a var

parent 8029c30c
No related branches found
No related tags found
No related merge requests found
......@@ -159,8 +159,8 @@ def update_mirrors(config):
:rtype: tuple
"""
result = None
mjro_online = is_connected("http://repo.manjaro.org")
if mjro_online:
connected = is_connected("http://repo.manjaro.org")
if connected:
print(".: {} {} {}".format(txt.INF_CLR, txt.DOWNLOADING_MIRROR_FILE,
txt.REPO_SERVER))
result = download_mirrors(config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment