filter for madrid right away

This commit is contained in:
JJTech0130 2023-07-24 16:43:11 -04:00
parent 83b3562be8
commit 1354198af7
No known key found for this signature in database
GPG key ID: 23C92EBCCF8F93D6

View file

@ -78,6 +78,7 @@ def safe_b64decode(s):
return None
conn.connect(token=safe_b64decode(CONFIG.get("push", {}).get("token")))
conn.set_state(1)
conn.filter(["com.apple.madrid"])
#print(b64encode(conn.token).decode())
user = ids.IDSUser(conn)