From 30570774513a20d94fb1d24661b6d4ecd6fa1041 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 7 Mar 2018 21:13:57 -0500 Subject: [PATCH] eliminated unreferenced comments --- apprise/plugins/NotifyStride.py | 38 --------------------------------- 1 file changed, 38 deletions(-) diff --git a/apprise/plugins/NotifyStride.py b/apprise/plugins/NotifyStride.py index 94a11ffb..5053579d 100644 --- a/apprise/plugins/NotifyStride.py +++ b/apprise/plugins/NotifyStride.py @@ -150,44 +150,6 @@ class NotifyStride(NotifyBase): } } - # payload = { - # # Text-To-Speech - # 'notify': self.tts, - - # # If Text-To-Speech is set to True, then we do not want to wait - # # for the whole message before continuing. Otherwise, we wait - # 'wait': self.tts is False, - - # # Our color associated with our notification - # 'color': self.color(notify_type, int), - - # 'embeds': [{ - # 'provider': { - # 'name': self.app_id, - # 'url': self.app_url, - # }, - # 'title': title, - # 'type': 'rich', - # 'description': body, - # }] - # } - - # image_url = self.image_url(notify_type) - # if image_url: - # if self.thumbnail: - # payload['embeds'][0]['thumbnail'] = { - # 'url': image_url, - # 'height': 256, - # 'width': 256, - # } - - # if self.avatar: - # payload['avatar_url'] = image_url - - # if self.user: - # # Optionally override the default username of the webhook - # payload['username'] = self.user - # Construct Notify URL notify_url = self.notify_url.format( cloud_id=self.cloud_id,