update
This commit is contained in:
parent
2c9224cfeb
commit
e533461e34
|
@ -35,7 +35,7 @@ def publish_check():
|
||||||
if username != stream_user['username']:
|
if username != stream_user['username']:
|
||||||
raise ValueError
|
raise ValueError
|
||||||
|
|
||||||
except (IndexError, ValueError):
|
except (IndexError):
|
||||||
print('vish')
|
print('vish')
|
||||||
return Response('Invalid Stream Key', 401)
|
return Response('Invalid Stream Key', 401)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue