Browse Source

Updated imported package name

Taddeus Kroes 12 years ago
parent
commit
8d7d062ca2
1 changed files with 1 additions and 1 deletions
  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():