diff --git a/job.py b/job.py index ea9c526..281ae85 100644 --- a/job.py +++ b/job.py @@ -62,7 +62,6 @@ def NewJob(name, num_passes="1", num_files="0", wait_for=None ): print("Waking up PA Job Manager") s=socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((PA_JOB_MANAGER_HOST, PA_JOB_MANAGER_PORT)) - s.sendall(b'Hello, world') s.close() except Exception as e: st.SetAlert("danger")