mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
parent
cafb773d8b
commit
b6a1dfedb9
@ -371,7 +371,7 @@ async def main_lin(socket, path):
|
|||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await socket.send("encountered an exception while running")
|
await socket.send("encountered an exception while running")
|
||||||
print(e)
|
await socket.send(str(e))
|
||||||
loop_exit_code = 1
|
loop_exit_code = 1
|
||||||
break
|
break
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ a = Analysis(['superscript.py'],
|
|||||||
"dnspython",
|
"dnspython",
|
||||||
"sklearn.utils._weight_vector",
|
"sklearn.utils._weight_vector",
|
||||||
"requests",
|
"requests",
|
||||||
|
"websockets.legacy",
|
||||||
|
"websockets.legacy.server",
|
||||||
],
|
],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user