From e533461e343af21b33c9d3458342fc60593d3eb5 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Wed, 4 Oct 2023 23:09:54 -0300 Subject: [PATCH] update --- src/stream_auth/routes/stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream_auth/routes/stream.py b/src/stream_auth/routes/stream.py index 273dd94..8ca7f4f 100644 --- a/src/stream_auth/routes/stream.py +++ b/src/stream_auth/routes/stream.py @@ -35,7 +35,7 @@ def publish_check(): if username != stream_user['username']: raise ValueError - except (IndexError, ValueError): + except (IndexError): print('vish') return Response('Invalid Stream Key', 401)