We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7c791 commit ccf2965Copy full SHA for ccf2965
1 file changed
Stream.py
@@ -31,6 +31,7 @@ def start(self, title, category, audience_type='0'):
31
self.id = response["id"]
32
return response["rtmp"], response["key"]
33
except KeyError:
34
+ print("Error: ", response)
35
return None, None
36
37
def end(self):
0 commit comments