From 1f2d5a253b299259e4b8a014ed9e9a4350aade59 Mon Sep 17 00:00:00 2001 From: LittleBit Date: Thu, 20 Nov 2025 04:21:38 -0600 Subject: [PATCH] watchedonly printing improvements --- switchfriendwatch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/switchfriendwatch.py b/switchfriendwatch.py index e12822c..db1eb8b 100644 --- a/switchfriendwatch.py +++ b/switchfriendwatch.py @@ -259,6 +259,8 @@ def check_and_send_notification(user, friendscache): # Renamed function game_icon, user.get("presence").get("platform"), ) # Use ntfy function + else: + print(f"{user.get("name")} is online but watchedonly is true, not sending notification") else: print( f"{user.get("name")} is online, but they're playing the same game as before" -- 2.51.2