added auto port find

This commit is contained in:
William Falcon
2019-07-24 14:59:51 -04:00
parent 98be54de80
commit 90ff418017
+1 -1
View File
@@ -139,4 +139,4 @@ if __name__ == '__main__':
pids = subprocess.check_output(command, shell=True)
pids = pids.strip()
print(pids)
print(str(pids))