Skip to content

Commit

Permalink
Update fcm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
olucurious authored Nov 28, 2020
1 parent 2b41731 commit 52f697a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyfcm/fcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def notify_single_device(self,
title_loc_args=None,
content_available=None,
android_channel_id=None,
timeout=5,
timeout=120,
extra_notification_kwargs=None,
extra_kwargs={}):
"""
Expand Down Expand Up @@ -128,7 +128,7 @@ def single_device_data_message(self,
data_message=None,
content_available=None,
android_channel_id=None,
timeout=5,
timeout=120,
extra_notification_kwargs=None,
extra_kwargs={}):
"""
Expand Down Expand Up @@ -218,7 +218,7 @@ def notify_multiple_devices(self,
title_loc_args=None,
content_available=None,
android_channel_id=None,
timeout=5,
timeout=120,
extra_notification_kwargs=None,
extra_kwargs={}):
"""
Expand Down Expand Up @@ -323,7 +323,7 @@ def multiple_devices_data_message(self,
dry_run=False,
data_message=None,
content_available=None,
timeout=5,
timeout=120,
extra_notification_kwargs=None,
extra_kwargs={}):
"""
Expand Down Expand Up @@ -410,7 +410,7 @@ def notify_topic_subscribers(self,
title_loc_args=None,
content_available=None,
android_channel_id=None,
timeout=5,
timeout=120,
extra_notification_kwargs=None,
extra_kwargs={}):
"""
Expand Down Expand Up @@ -506,7 +506,7 @@ def topic_subscribers_data_message(self,
dry_run=False,
data_message=None,
content_available=None,
timeout=5,
timeout=120,
extra_notification_kwargs=None,
extra_kwargs={}):
"""
Expand Down

0 comments on commit 52f697a

Please sign in to comment.