mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-21 22:57:59 +08:00
✨ 修复运行时间错误的问题
This commit is contained in:
parent
4cb1fcdb21
commit
3fa94f653d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user