mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-09 22:44:44 +00:00
removed websockets from requirements.txr,
fixed return code of daemon,
removed websockets from hidden imports of superscript.spec
Former-commit-id: 828e45844e
This commit is contained in:
parent
dafd66447f
commit
08f5ba987a
@ -559,7 +559,7 @@ def start(pid_path, verbose = False, profile = False, debug = False):
|
||||
exit_code = main(send)
|
||||
socket.close()
|
||||
f.close()
|
||||
sys.exit()
|
||||
sys.exit(exit_code)
|
||||
|
||||
def stop(pid_path):
|
||||
try:
|
||||
|
@ -10,8 +10,6 @@ a = Analysis(['superscript.py'],
|
||||
"dnspython",
|
||||
"sklearn.utils._weight_vector",
|
||||
"requests",
|
||||
"websockets.legacy",
|
||||
"websockets.legacy.server",
|
||||
],
|
||||
hookspath=[],
|
||||
runtime_hooks=[],
|
||||
|
@ -15,5 +15,5 @@ pandas
|
||||
|
||||
kivy==2.0.0rc2
|
||||
|
||||
websockets
|
||||
pyzmq
|
||||
python-daemon
|
Loading…
Reference in New Issue
Block a user