mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
These are not the typos you're looking for
This commit is contained in:
parent
90465410f8
commit
d2c81eafe0
@ -133,7 +133,7 @@ class Server:
|
|||||||
self.start_time = str(datetime.datetime.fromtimestamp(ts).strftime('%Y-%m-%d %H:%M:%S'))
|
self.start_time = str(datetime.datetime.fromtimestamp(ts).strftime('%Y-%m-%d %H:%M:%S'))
|
||||||
|
|
||||||
if psutil.pid_exists(self.process.pid):
|
if psutil.pid_exists(self.process.pid):
|
||||||
self.PID = self.process.pod
|
self.PID = self.process.pid
|
||||||
logger.info("Server {} running with PID {}".format(self.name, self.PID))
|
logger.info("Server {} running with PID {}".format(self.name, self.PID))
|
||||||
console.info("Server {} running with PID {}".format(self.name, self.PID))
|
console.info("Server {} running with PID {}".format(self.name, self.PID))
|
||||||
self.is_crashed = False
|
self.is_crashed = False
|
||||||
|
Loading…
Reference in New Issue
Block a user