mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
change activation URL
This commit is contained in:
parent
8d4e3563db
commit
327b43a2d8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue