[Streams] Fix TypeError in TwitchStream class and change stream_alert function for Twitch (#3042)

* Update streamtypes.py

* Create 3042.bugfix.rst

* Black the things.

* Fix Twitch streams alert and [p]streamalert twitch

* Update 3042.bugfix.rst
This commit is contained in:
PredaaA
2020-01-03 01:28:57 +01:00
committed by Michael H
parent 42e3f73088
commit 743ce71c5c
3 changed files with 6 additions and 8 deletions

View File

@@ -0,0 +1 @@
Fix a TypeError in TwitchStream class when calling Twitch client_id from Red shared APIs tokens and also changed the stream_alert function for Twitch alerts to make it works with how TwitchStream class works now.