Browse Source

Updated imported package name

Taddeus Kroes 12 năm trước cách đây
mục cha
commit
8d7d062ca2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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():