Minaro
Results
1
comments of
Minaro
In `ultima_scraper_api/managers/session_manager.py` line ~228 relpace the function with the code above, some model profile are broken. ```py async def json_request(self, url: str): try: response = await self.request(url) json_resp = await...