Fix wo update

This commit is contained in:
VirtuBox
2019-10-30 15:18:19 +01:00
parent 575c5e9489
commit eb9888d1ce

View File

@@ -47,7 +47,6 @@ class WODownload():
except requests.RequestException as e:
Log.debug(self, str(e))
Log.error(self, "Unable to query GitHub API")
else:
github_json = req.json()
github_release = github_json["tag_name"]
return github_release
github_json = req.json()
return github_json["tag_name"]