We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b369192 commit c749285Copy full SHA for c749285
1 file changed
oclp_r/constants.py
@@ -12,15 +12,15 @@
12
import getpass
13
class Constants:
14
def __init__(self) -> None:
15
- self.language_key: list = ["简体中文","English"]
+ self.language_key: list = ["简体中文","English"]
16
17
- self.language_option: str = "English" #en:English zh:中文
+ self.language_option: str = "English"
18
#API Link
19
self.kdk_api_link: str = ""
20
self.metallib_api_link: str = ""
21
22
# Patcher Versioning
23
- self.patcher_version: str = "3.0.1" # OCLP-R
+ self.patcher_version: str = "3.0.2" # OCLP-R
24
self.patcher_support_pkg_version: str = "1.11.0" # PatcherSupportPkg
25
self.copyright_date: str = "Copyright © 2020-2026 Dortania and Hackdoc"
26
self.patcher_name: str = "OCLP-R"
0 commit comments