修复运行时间错误的问题
Some checks failed
Compile / build (x64, windows-latest) (push) Failing after 39s
Compile / build (x64, ubuntu-latest) (push) Failing after 2m24s

This commit is contained in:
远野千束 2024-10-04 08:29:49 +08:00
parent 4cb1fcdb21
commit 3fa94f653d

View File

@ -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: