This commit is contained in:
Jing Ling
2020-08-22 13:47:46 +08:00
parent 6172238ebf
commit b52552698a
+1 -1
View File
@@ -614,7 +614,7 @@ def check_version(local):
latest = resp_json['tag_name'] latest = resp_json['tag_name']
except Exception as e: except Exception as e:
logger.log('ERROR', 'An error occurred while checking the latest version') logger.log('ERROR', 'An error occurred while checking the latest version')
logger.log('ERROR', e.args) logger.log('DEBUG', e.args)
return return
if latest > local: if latest > local:
change = resp_json.get("body") change = resp_json.get("body")