mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
WIP
This commit is contained in:
parent
63cd7940bf
commit
048b1e220a
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ class EngineStat(TypedDict):
|
|||
|
||||
|
||||
class EngineStatResult(TypedDict):
|
||||
"""result of the get_engines_metrics function"""
|
||||
|
||||
time: List[EngineStat]
|
||||
"""List of engine stat"""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue