Use proper and more clear parameter name in APNsClient

This commit is contained in:
leovp
2016-03-26 12:51:49 +03:00
parent 3deab17ac9
commit 4fb9a5ec8f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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,