mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 19:32:29 -06:00
This reverts commit 3591857334
.
This commit is contained in:
parent
3591857334
commit
ba25d4e379
1 changed files with 0 additions and 6 deletions
6
demo.py
6
demo.py
|
@ -2,7 +2,6 @@ import json
|
|||
import logging
|
||||
import os
|
||||
import threading
|
||||
import platform
|
||||
import time
|
||||
import traceback
|
||||
from base64 import b64decode, b64encode
|
||||
|
@ -12,11 +11,6 @@ import datetime
|
|||
|
||||
from rich.logging import RichHandler
|
||||
|
||||
minor_version = int(platform.python_version().split('.')[1])
|
||||
|
||||
if minor_version < 10 or minor_version > 11:
|
||||
raise Exception(f"Incompatible Python version '{platform.python_version()}'")
|
||||
|
||||
import apns
|
||||
import ids
|
||||
import imessage
|
||||
|
|
Loading…
Reference in a new issue