diff --git a/src/perun/ssh_helper.py b/src/perun/ssh_helper.py index d6c0457..be2a53c 100644 --- a/src/perun/ssh_helper.py +++ b/src/perun/ssh_helper.py @@ -98,7 +98,7 @@ def send_notification_via_ssh(notification_title, notification_info): "message": { "title": notification_title, "body": notification_info, - "category": "mixtapes", + "category": "podcasts", "timestamp": int(time.time()) } }