These are not the typos you're looking for

This commit is contained in:
computergeek125 2021-02-13 06:02:27 +00:00
parent 90465410f8
commit d2c81eafe0

View File

@ -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