Browse Source

fix reference in commentary

master
Trent Larson 9 months ago
parent
commit
6f47d91c58
  1. 2
      app.py

2
app.py

@ -213,7 +213,7 @@ class WebPushService():
# Constructing the push notification message # Constructing the push notification message
# The title value is a key, triggering the device to apply logic and customize both title and 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" UPDATE_TITLE = "DAILY_CHECK"
message = {"title": UPDATE_TITLE, "message": f"Update for {now}"} message = {"title": UPDATE_TITLE, "message": f"Update for {now}"}

Loading…
Cancel
Save