mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-22 07:07:58 +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}")
|
f"Name: {self.name}({self.client_id}), Location: {self.location}, Labels: {self.labels}")
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
self.start_time = time.time()
|
|
||||||
self.observe()
|
self.observe()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user