From 6f47d91c583b6f07f437f1ab3d9ad610996188a0 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Wed, 27 Dec 2023 18:53:49 -0700 Subject: [PATCH] fix reference in commentary --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index ebdf2e3..565e426 100644 --- a/app.py +++ b/app.py @@ -213,7 +213,7 @@ class WebPushService(): # Constructing the push notification message # The title value is a key, triggering the device to apply logic and customize both title and message. - # See https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/src/commit/f8d3fe2ee18171553785424e88c2b8e1df9c603d/sw_scripts/additional-scripts.js#L64 + # See https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/src/commit/1e6159869fc28ca6e6b5b3d186617d75705100b4/sw_scripts/additional-scripts.js#L65 UPDATE_TITLE = "DAILY_CHECK" message = {"title": UPDATE_TITLE, "message": f"Update for {now}"}