Merge branch 'mcmanus-ping-port-patched' into dev

This commit is contained in:
computergeek125
2021-03-21 23:23:27 -05:00
4 changed files with 10 additions and 9 deletions

View File

@ -211,7 +211,6 @@ class Server:
def check_running(self):
running = False
# if process is None, we never tried to start
if self.PID is None:
return running