Skip to content
Snippets Groups Projects
Commit b343ef20 authored by Frede H's avatar Frede H :speech_balloon:
Browse files

renamed internal constant

parent bf462a44
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ def update_mirrors(config): ...@@ -187,7 +187,7 @@ def update_mirrors(config):
txt.IS_MISSING)) txt.IS_MISSING))
print(".: {} {} {}".format(txt.WRN_CLR, print(".: {} {} {}".format(txt.WRN_CLR,
txt.FALLING_BACK, txt.FALLING_BACK,
conf.FALLBACK)) conf.MIRROR_FALLBACK))
result = (True, False) result = (True, False)
if not filefn.check_file(config["fallback_file"]): if not filefn.check_file(config["fallback_file"]):
print(".: {} {}".format(txt.ERR_CLR, txt.HOUSTON)) print(".: {} {}".format(txt.ERR_CLR, txt.HOUSTON))
......
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