👍[Update] Config : version 2.0.0 -> 2.0.1

This commit is contained in:
misyaguziya
2023-11-08 22:11:48 +09:00
parent 42cb19e818
commit 37cc3f63d2

View File

@@ -529,7 +529,7 @@ class Config:
def init_config(self):
# Read Only
self._VERSION = "2.0.0"
self._VERSION = "2.0.1"
self._LOCAL_PATH = os_path.dirname(sys.argv[0])
self._PATH_CONFIG = os_path.join(self._LOCAL_PATH, "config.json")
self._PATH_LOGS = os_path.join(self._LOCAL_PATH, "logs")