Skip to content

Commit

Permalink
Update notification_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosweet committed Jun 10, 2023
1 parent be3500b commit 7100fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/notifier/notification_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def send_notify(self, data, notify_name, assistant_name: str):
pass
#### TELEGRAM #######################
elif item.find("telegram") != -1:
if item.find("telegram") != -1:
messaggio, titolo = self.prepare_text(html, message, title, timestamp, assistant_name)
extra_data = {}
if isinstance(telegram, dict):
Expand Down

0 comments on commit 7100fef

Please sign in to comment.