From 31172f0dab003b20dda63c6ec32d6465be093d21 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 3 Dec 2025 19:23:08 +0700 Subject: endless errors --- backend/notif_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend') diff --git a/backend/notif_test.py b/backend/notif_test.py index e0d82c0..cf5391f 100644 --- a/backend/notif_test.py +++ b/backend/notif_test.py @@ -17,5 +17,5 @@ api_instance = default_api.DefaultApi(api_client) ONESIGNAL_APP_ID = "83901cc7-d964-475a-90ec-9f854df4ba52" # yes that's my subscription id. probably outdated by now -notification = Notification(app_id=ONESIGNAL_APP_ID, include_subscription_ids=['86f24e73-8887-4e29-b607-31e1a8f25b93', '6a2b4b58-a1d2-403b-afa0-b4a987ca6139'], contents={'en': 'hello world'}, headings={'en': 'Laundry Finished!'}, priority=10) +notification = Notification(app_id=ONESIGNAL_APP_ID, include_subscription_ids=['86f24e73-8887-4e29-b607-31e1a8f25b93'], contents={'en': 'hello world'}, headings={'en': 'Laundry Finished!'}, priority=10) print(api_instance.create_notification(notification)) -- cgit v1.2.3