added auto port find

This commit is contained in:
William Falcon 2019-07-24 14:59:51 -04:00
parent 98be54de80
commit 90ff418017
1 changed files with 1 additions and 1 deletions

View File

@ -139,4 +139,4 @@ if __name__ == '__main__':
pids = subprocess.check_output(command, shell=True) pids = subprocess.check_output(command, shell=True)
pids = pids.strip() pids = pids.strip()
print(pids) print(str(pids))