mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove accidental line I added in 736924c8
This commit is contained in:
parent
55d63c1f7a
commit
918364d08a
@ -130,7 +130,6 @@ class Server:
|
||||
self.process = pexpect.spawn(self.server_command, cwd=self.server_path, timeout=None, encoding=None)
|
||||
self.is_crashed = False
|
||||
|
||||
# see https://docs.python.org/3/library/datetime.html#datetime.datetime.now
|
||||
self.start_time = str(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S'))
|
||||
|
||||
if psutil.pid_exists(self.process.pid):
|
||||
|
Loading…
Reference in New Issue
Block a user