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}"}