Use proper and more clear parameter name in APNsClient
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ class APNsClient(object):
|
||||
def __init__(self,
|
||||
cert_file: str,
|
||||
use_sandbox: bool = False,
|
||||
use_alternate_port: bool = False) -> None: ...
|
||||
use_alternative_port: bool = False) -> None: ...
|
||||
|
||||
def send_notification(self,
|
||||
token_hex: str,
|
||||
|
||||
Reference in New Issue
Block a user