bug: fix boser rpc

This commit is contained in:
Wilfred Allyn
2024-12-08 07:10:03 -05:00
committed by Brett Rowan
parent 09c7aff640
commit 97c20dae0a

View File

@@ -746,7 +746,7 @@ class BOSer(BraiinsOSFirmware):
"""Handler for new versions of BraiinsOS+ (post-gRPC)"""
_rpc_cls = BOSMinerRPCAPI
web: BOSMinerRPCAPI
rpc: BOSMinerRPCAPI
_web_cls = BOSerWebAPI
web: BOSerWebAPI