mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-18 13:20:00 +10:00
network_handler.py: Implement get() wrapper
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user