From a4fa04c035d2e159e93b85d8cee9c24b087cb4b8 Mon Sep 17 00:00:00 2001 From: Eideen Date: Sun, 19 May 2019 14:09:10 +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 35e112d..bf2e311 100644 --- a/updater.py +++ b/updater.py @@ -49,7 +49,7 @@ if functions.checkVersion(github_version, current_version): ## downloading sha print ("downloading sha256 hashsum") - download(shadownload, settings.tmpdir+'gitea.xz.sha256') + functions.download(shadownload, settings.tmpdir+'gitea.xz.sha256') ## downloading xz print ("downloading", github_version_tag+'gitea.xz') tmpxz = settings.tmpdir+'gitea-'+github_version+'-'+settings.gtsystem+'.xz'