Skip to content
Snippets Groups Projects
Unverified Commit f50ad1d2 authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Remove test code

parent 41e6a4d1
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment