network_handler.py: Implement get() wrapper

This commit is contained in:
Mykola Grymalyuk
2023-03-31 21:22:13 -06:00
parent 8512aad33d
commit b83cd8191b
5 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class KernelDebugKitObject:
return KDK_ASSET_LIST
try:
results = network_handler.SESSION.get(
results = network_handler.NetworkUtilities().get(
KDK_API_LINK,
headers={
"User-Agent": f"OCLP/{self.constants.patcher_version}"