mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2025-01-09 17:33:47 +00:00
change to iPhone, thanks @lividhen!!
This commit is contained in:
parent
3151089f3e
commit
769332f5fa
1 changed files with 3 additions and 3 deletions
|
@ -101,10 +101,10 @@ def register(
|
||||||
body = {
|
body = {
|
||||||
# TODO: Abstract this out
|
# TODO: Abstract this out
|
||||||
"device-name": "pypush",
|
"device-name": "pypush",
|
||||||
"hardware-version": "MacBookPro18,3",
|
"hardware-version": "iPhone13,2",
|
||||||
"language": "en-US",
|
"language": "en-US",
|
||||||
"os-version": "macOS,13.2.1,22D68",
|
"os-version": "iPhone13,3_16.6,20G75",
|
||||||
"software-version": "22D68",
|
"software-version": "20G75",
|
||||||
|
|
||||||
"private-device-data": {
|
"private-device-data": {
|
||||||
"u": str(device_id),
|
"u": str(device_id),
|
||||||
|
|
Loading…
Reference in a new issue