feat: 修改上报功能识别版本的逻辑

This commit is contained in:
Rock Chin
2023-03-05 12:21:28 +08:00
parent 5c10f520fb
commit e28c9bae0c

View File

@@ -25,7 +25,7 @@ class DataGatherer:
def __init__(self):
self.load_from_db()
try:
self.version_str = pkg.utils.updater.get_commit_id_and_time_and_msg()[:40 if len(pkg.utils.updater.get_commit_id_and_time_and_msg()) > 40 else len(pkg.utils.updater.get_commit_id_and_time_and_msg())]
self.version_str = pkg.utils.updater.get_current_tag()
except:
pass