From 202a4d10e7e1aefd497a0b97f4cf61072b3b31c6 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 10 Feb 2024 23:37:36 -0700 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index 151bffd..5f8d5bd 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -80,7 +80,7 @@ def handle_get_request(request: Request): @app.post("/webhook") async def print_warning(): - print("*** This is the legacy webhook. You need to update to webhook urls to end in plex, tautulli, or jellyfin instead of webhook. ***") + print("*** This is the legacy webhook. You need to update to webhook urls to end in plex, tautulli, emby, or jellyfin instead of webhook. ***") return "" @app.post("/tautulli")