Fix wo update
This commit is contained in:
@@ -47,7 +47,6 @@ class WODownload():
|
|||||||
except requests.RequestException as e:
|
except requests.RequestException as e:
|
||||||
Log.debug(self, str(e))
|
Log.debug(self, str(e))
|
||||||
Log.error(self, "Unable to query GitHub API")
|
Log.error(self, "Unable to query GitHub API")
|
||||||
else:
|
|
||||||
github_json = req.json()
|
github_json = req.json()
|
||||||
github_release = github_json["tag_name"]
|
return github_json["tag_name"]
|
||||||
return github_release
|
|
||||||
|
|||||||
Reference in New Issue
Block a user