diff --git a/get-iso b/get-iso index d6432b5..307678c 100755 --- a/get-iso +++ b/get-iso @@ -12,12 +12,11 @@ import time import requests.exceptions from pathlib import Path - +PROG_VERSION = "0.4" DEF_URL = \ "https://gitlab.manjaro.org/webpage/iso-info/-/raw/master/file-info.json" FOLDER = Path.home() PROG_NAME = os.path.basename(__file__) -PROG_VERSION = "0.3" GNU_URL = "https://www.gnu.org/licenses/gpl.html" REVIEW_URL = \ "https://api.github.com/repos/manjaro/release-review/releases/latest" @@ -226,4 +225,4 @@ if __name__ == '__main__': main() except KeyboardInterrupt: print("\n" + "Exit: interrupted by the user.") - sys.exit(1) + sys.exit(1) \ No newline at end of file