not working

Former-commit-id: e82177d17b
This commit is contained in:
Arthur Lu 2021-08-18 03:04:01 +00:00
parent cafb773d8b
commit b6a1dfedb9
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -10,6 +10,8 @@ a = Analysis(['superscript.py'],
"dnspython",
"sklearn.utils._weight_vector",
"requests",
"websockets.legacy",
"websockets.legacy.server",
],
hookspath=[],
runtime_hooks=[],