From 436f4a81935f5ebf09fd6893421362555d7e9b82 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 23 Apr 2021 05:38:01 -0400 Subject: [PATCH] Update standalone_twitch_pubsub.py --- standalone_twitch_pubsub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/standalone_twitch_pubsub.py b/standalone_twitch_pubsub.py index a61d2b1..ead08fd 100644 --- a/standalone_twitch_pubsub.py +++ b/standalone_twitch_pubsub.py @@ -17,6 +17,7 @@ class Twitch_Pubsub(): self.twitch : Twitch() self.pubsub: PubSub() + #Making setup function properly should make all of this run. def setup(self): self.twitch.authenticate_app([]) self.twitch.set_user_authentication('my_user_auth_token', [AuthScope.WHISPERS_READ], 'my_user_auth_refresh_token')