From 8c931c6cb3a755f68f3c0b7c8dc43295016279c6 Mon Sep 17 00:00:00 2001 From: Eideen Date: Sun, 19 May 2019 14:09:19 +0200 Subject: [PATCH] Update updater.py Co-Authored-By: Christoph Daniel Miksche --- updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.py b/updater.py index bf2e311..d855ac2 100644 --- a/updater.py +++ b/updater.py @@ -53,7 +53,7 @@ if functions.checkVersion(github_version, current_version): ## downloading xz print ("downloading", github_version_tag+'gitea.xz') tmpxz = settings.tmpdir+'gitea-'+github_version+'-'+settings.gtsystem+'.xz' - download(gtdownload, tmpxz) + functions.download(gtdownload, tmpxz) # doing sha256 sum os.chdir(settings.tmpdir)