From 2b949531cec47eb66a8ef3063437ebfe6da852da Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:42:50 -0600 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index 911bbf4..41cc47d 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -127,7 +127,6 @@ def receive_jellyfin_webhook(): logging.debug("Raw response: %s", request.data) if "Jellyfin-Server" in request.headers.get("User-Agent"): - print("in the jellyfin loop") event = request.json["NotificationType"] logging.debug(event) if((event == "ItemAdded" and procaddedmedia) or (event == "PlaybackStart" and procmediaonplay)):