summaryrefslogtreecommitdiff
path: root/backend/notif.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/notif.py')
-rw-r--r--backend/notif.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/notif.py b/backend/notif.py
index d2e1f2e..ef7ba34 100644
--- a/backend/notif.py
+++ b/backend/notif.py
@@ -39,6 +39,7 @@ def subscribe(data: PushSubscriptionData):
# --- send notification
+# ---- not used yet
def send_notification(endpoint: str):
cursor.execute("SELECT * FROM subscriptions WHERE endpoint = ?", (endpoint,))
row = cursor.fetchall()[0]