bug: fix goldshell issues with pools data

This commit is contained in:
Upstream Data
2024-10-07 16:15:21 -06:00
parent 394a5dcd0d
commit 5880223517

View File

@@ -62,6 +62,10 @@ GOLDSHELL_DATA_LOC = DataLocations(
"_get_fans",
[RPCAPICommand("rpc_stats", "stats")],
),
str(DataOptions.POOLS): DataFunction(
"_get_pools",
[RPCAPICommand("rpc_pools", "pools")],
),
}
)