Skip to content

Commit 34c7a88

Browse files
authored
Merge pull request #14 from flagboy/update_send_doc_string
double param gcm_key in send's docstring
2 parents 132fc30 + d37b259 commit 34c7a88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pywebpush/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ def send(self, data, headers={}, ttl=0, gcm_key=None, reg_id=None):
156156
"""Encode and send the data to the Push Service.
157157
158158
:param data: A serialized block of data (see encode() ).
159-
:param gcm_key: API key obtained from the Google Developer Console.
160-
Needed if endpoint is https://android.googleapis.com/gcm/send
161159
:param headers: A dictionary containing any additional HTTP headers.
162160
:param ttl: The Time To Live in seconds for this message if the
163161
recipient is not online. (Defaults to "0", which discards the

0 commit comments

Comments
 (0)