not working

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

View File

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

View File

@ -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=[],