From 89d7fa314588f88d6927128a257edbd9e78de95f Mon Sep 17 00:00:00 2001 From: snowykami Date: Thu, 3 Oct 2024 17:28:57 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=8F=90=E5=8D=87=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server_status/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_status/api.py b/server_status/api.py index 8ac7fcf..23cba46 100644 --- a/server_status/api.py +++ b/server_status/api.py @@ -120,7 +120,7 @@ class Api: class Client: def __init__(self, addr: str, token: str, client_id: str, name: str = "", location: str = "", labels: list[str] = [], link: str = "", - interval: int = 5): + interval: int = 2): self.api = Api(addr, {"token": token, "id": client_id}) self.api = self.api.group("/client") self.api.add_headers(Authorization="{token}")