Skip to content

Commit 6d53bde

Browse files
committed
feat: json store use relative path
1 parent 001f5cb commit 6d53bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

animepipeline/encode/finalrip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
class FinalRipClient:
3232
def __init__(self, config: FinalRipConfig):
33-
self.client = AsyncClient(base_url=str(config.url), headers={"token": str(config.token)})
33+
self.client = AsyncClient(base_url=str(config.url), headers={"token": str(config.token)}, timeout=30)
3434

3535
async def ping(self) -> PingResponse:
3636
try:

0 commit comments

Comments
 (0)