We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001f5cb commit 6d53bdeCopy full SHA for 6d53bde
animepipeline/encode/finalrip.py
@@ -30,7 +30,7 @@
30
31
class FinalRipClient:
32
def __init__(self, config: FinalRipConfig):
33
- self.client = AsyncClient(base_url=str(config.url), headers={"token": str(config.token)})
+ self.client = AsyncClient(base_url=str(config.url), headers={"token": str(config.token)}, timeout=30)
34
35
async def ping(self) -> PingResponse:
36
try:
0 commit comments