dev progress

This commit is contained in:
2026-01-01 22:18:02 +00:00
parent 002f797751
commit 6dd0f97d74
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ class PairsTrader(NamedObject):
await self.live_strategy_.on_mkt_data_hist_snapshot(hist_aggr=history)
async def _on_api_request(self, request: web.Request) -> web.Response:
return web.Response() # TODO add API request handler implementation
return web.Response() # TODO API request handler implementation
async def run(self) -> None:
Log.info(f"{self.fname()} ...")