👍[Update] Version 2.2.0 -> 2.2.1

This commit is contained in:
misyaguziya
2024-03-11 11:32:18 +09:00
parent 5ae5a8717a
commit 4d70e18dc1

View File

@@ -832,7 +832,7 @@ class Config:
def init_config(self):
# Read Only
self._VERSION = "2.2.0"
self._VERSION = "2.2.1"
self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox
self._ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION = "123456789"
self._PATH_LOCAL = os_path.dirname(sys.argv[0])