From 3fa94f653d0a6d8a189ea53bbeea6b6fbac5564b Mon Sep 17 00:00:00 2001 From: snowykami Date: Fri, 4 Oct 2024 08:29:49 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E5=A4=8D=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E9=97=B4=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server_status/api.py | 1 - 1 file changed, 1 deletion(-) 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: