diff --git a/server_status/api.py b/server_status/api.py index bf26bd8..56ccf05 100644 --- a/server_status/api.py +++ b/server_status/api.py @@ -143,7 +143,6 @@ class Client: f"Name: {self.name}({self.client_id}), Location: {self.location}, Labels: {self.labels}") def start(self): - self.start_time = time.time() self.observe() while True: