mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-05-01 19:25:55 +02:00
more api methods
This commit is contained in:
@@ -173,7 +173,7 @@ class CheckPings(BaseModel):
|
||||
remote_addr: str
|
||||
method: str
|
||||
user_agent: str
|
||||
duration: float
|
||||
duration: Optional[float] = None
|
||||
|
||||
@classmethod
|
||||
def from_api_result(
|
||||
|
||||
Reference in New Issue
Block a user