This commit is contained in:
Carneiro 2023-10-04 23:09:54 -03:00
parent 2c9224cfeb
commit e533461e34
1 changed files with 1 additions and 1 deletions

View File

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