You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 3, in
from lib.scrape import scrape
File "/home/runner/discord-mass-dm/lib/scrape.py", line 55, in
class DiscordSocket(websocket.WebSocketApp):
AttributeError: module 'websocket' has no attribute 'WebSocketApp'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "main.py", line 3, in
from lib.scrape import scrape
File "/home/runner/discord-mass-dm/lib/scrape.py", line 55, in
class DiscordSocket(websocket.WebSocketApp):
AttributeError: module 'websocket' has no attribute 'WebSocketApp'
The text was updated successfully, but these errors were encountered: