forked from Wavyzz/py-healthchecks.io
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