From f50ad1d238a8ad948fc2e6ef122e136c72405801 Mon Sep 17 00:00:00 2001
From: dnns01 <github@dnns01.de>
Date: Wed, 8 Sep 2021 22:14:31 +0200
Subject: [PATCH] Remove test code

---
 haugebot_twitch/wordcloud.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/haugebot_twitch/wordcloud.py b/haugebot_twitch/wordcloud.py
index feafed1..5bd037e 100644
--- a/haugebot_twitch/wordcloud.py
+++ b/haugebot_twitch/wordcloud.py
@@ -28,8 +28,7 @@ class Wordcloud(commands.Cog):
         try:
             if self.running:
                 if not self.ws or self.ws.closed:
-                    self.ws = await connect(self.ws_url,
-                                            extra_headers=[("sessionid", "aaaso34ko6goc2wczbfjj1njnqo8k89b")])
+                    self.ws = await connect(self.ws_url)
 
                 if self.ws:
                     js = {
-- 
GitLab