Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Sakamoto Shiina
2024-01-07 05:58:27 +09:00
3 changed files with 22 additions and 12 deletions

View File

@@ -660,7 +660,7 @@ class Config:
def init_config(self):
# Read Only
self._VERSION = "2.0.1"
self._VERSION = "2.0.2"
self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox
self._LOCAL_PATH = os_path.dirname(sys.argv[0])
self._PATH_CONFIG = os_path.join(self._LOCAL_PATH, "config.json")