Skip to content

Commit

Permalink
fix disable cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Sep 12, 2023
1 parent 9950cba commit 0c662a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyakvnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ def cancel_job(self, job_id: int):
if self.debug:
logging.debug(msg)
#proc = self.run_command(["scancel", str(job_id)])
print(str(proc.communicate()[0], "utf-8"))
#print(str(proc.communicate()[0], "utf-8"))

def check_port(self, port: int):
"""
Expand Down

0 comments on commit 0c662a4

Please sign in to comment.