mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
commit
691fc54370
1 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@ from collections import defaultdict
|
|||
try:
|
||||
from SimpleWebSocketServer import WebSocket, SimpleSSLWebSocketServer
|
||||
except ImportError:
|
||||
print "install SimpleWebSocketServer"
|
||||
sys.exit()
|
||||
import sys
|
||||
sys.exit("install SimpleWebSocketServer")
|
||||
|
||||
import util
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue