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
|
||||
except Exception as e:
|
||||
await socket.send("encountered an exception while running")
|
||||
print(e)
|
||||
await socket.send(str(e))
|
||||
loop_exit_code = 1
|
||||
break
|
||||
|
||||
|
@ -10,6 +10,8 @@ a = Analysis(['superscript.py'],
|
||||
"dnspython",
|
||||
"sklearn.utils._weight_vector",
|
||||
"requests",
|
||||
"websockets.legacy",
|
||||
"websockets.legacy.server",
|
||||
],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
Loading…
Reference in New Issue
Block a user