Sfoglia il codice sorgente

Updated imported package name

Taddeus Kroes 12 anni fa
parent
commit
8d7d062ca2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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():