Ver código fonte

Updated imported package name

Taddeus Kroes 12 anos atrás
pai
commit
8d7d062ca2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      server.py

+ 1 - 1
server.py

@@ -7,7 +7,7 @@ import psutil
 import platform
 from subprocess import check_output
 from threading import Thread
-from twspy import websocket, Frame, OPCODE_TEXT, WebkitDeflateFrame
+from wspy import websocket, Frame, OPCODE_TEXT, WebkitDeflateFrame
 
 
 def osname():