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 7ef316d commit 168393fCopy full SHA for 168393f
oclp_r/support/kdk_handler.py
@@ -108,7 +108,7 @@ def _get_remote_kdks(self) -> list:
108
return KDK_ASSET_LIST
109
110
try:
111
- if self.constants.github_proxy_link=="Default":
+ if self.constants.github_proxy_link!="SimpleHac":
112
KDK_API_LINK=KDK_API_LINK_ORG
113
else:
114
KDK_API_LINK=KDK_API_LINK_PROXY
oclp_r/support/metallib_handler.py
@@ -70,7 +70,7 @@ def _get_remote_metallibs(self) -> dict:
70
return METALLIB_ASSET_LIST
71
72
73
- if self.constants.github_proxy_link!="Default":
+ if self.constants.github_proxy_link=="SimpleHac":
74
METALLIB_API_LINK=METALLIB_API_LINK_PROXY
75
76
METALLIB_API_LINK=METALLIB_API_LINK_ORG
payloads/Icon/AppIcons/Assets.car
2.49 MB
payloads/Icon/AppIcons/OCR.icns
-1.06 MB
0 commit comments