Update subgen.py

This commit is contained in:
McCloudS
2024-02-10 23:37:36 -07:00
committed by GitHub
parent 74c588cdcc
commit 202a4d10e7

View File

@@ -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")