build(docker): update Dockerfile
This commit is contained in:
@@ -35,7 +35,6 @@ class MatchTvApi(ScheduleApi):
|
||||
|
||||
async def _request(self, endpoint: str) -> str:
|
||||
url = f"{self.BASE_URL}/{endpoint}"
|
||||
print(url)
|
||||
logger.info(url)
|
||||
async with aiohttp.ClientSession(
|
||||
headers={
|
||||
|
||||
Reference in New Issue
Block a user