feat(gather.py): 未设置版本时默认为undetermined

This commit is contained in:
Rock Chin
2023-03-03 21:15:26 +08:00
parent 0ac5e5b35e
commit f1e12563e9

View File

@@ -20,7 +20,7 @@ class DataGatherer:
}
}为值的字典"""
version_str = "0.1.0"
version_str = "undetermined"
def __init__(self):
self.load_from_db()