added basic addition of miners to the list and improved some functionality of the web tool

This commit is contained in:
UpstreamData
2022-02-28 16:28:40 -07:00
parent 6d711520fc
commit 3002cb4e97
2 changed files with 24 additions and 8 deletions

View File

@@ -26,8 +26,8 @@ def scan(request: Request):
@app.post("/scan/add_miners")
def add_miners_scan(request: Request):
print(request)
async def add_miners_scan(request: Request):
print(await request.json())
return scan