change activation URL

This commit is contained in:
Cypheriel 2023-12-11 13:37:55 -07:00
parent 8d4e3563db
commit 327b43a2d8
No known key found for this signature in database

View file

@ -92,7 +92,7 @@ def generate_push_cert() -> tuple[str, str]:
}
resp = requests.post(
"https://albert.apple.com/WebObjects/ALUnbrick.woa/wa/deviceActivation?device=Windows",
"https://albert.apple.com/deviceservices/deviceActivation?device=MacOS",
data={"activation-info": plistlib.dumps(body)},
verify=False,
)