better working ws

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-11-28 13:13:13 -08:00
parent be246702fd
commit b6aa9ab98b
37 changed files with 771 additions and 593 deletions

View File

@ -38,7 +38,7 @@ class JetstreamStats:
if accounts is not UNSET:
field_dict["accounts"] = accounts
if api is not UNSET:
field_dict["api"] = api
field_dict["api"] = api.to_dict()
if ha_assets is not UNSET:
field_dict["ha_assets"] = ha_assets
if memory is not UNSET: