masa-finance / masa-bittensor

Bittensor Subnet Config
https://masa.ai
MIT License
0 stars 0 forks source link

Fix response type on web scraper task #66

Closed juanmanso closed 3 weeks ago

juanmanso commented 3 weeks ago

Description

(Follow-up of #58)

Upon review of its PR (#67), the response of the Validator's API is a List of Lists which is not the requirement (just a list of responses is expected). However, making that work has turned cumbersome with the current code structure. Thus, a new task is created to refactor the code to decouple that logic from the scaffolding and follow the requirement.

Related issues

juanmanso commented 3 weeks ago

Blocked by #71

juanmanso commented 3 weeks ago

@obasilakis found an easy fix for this without refactor needed, so ticket scope was changed and is being closed.