Skip to content

Commit 9fce67d

Browse files
committed
fix
1 parent da2cee2 commit 9fce67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

animepipeline/post/tg.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ async def send_video(self, video_path: Union[Path, str], caption: Optional[str]
5454
caption=caption,
5555
read_timeout=6000,
5656
write_timeout=6000,
57+
pool_timeout=6000,
5758
)
5859
except telegram.error.NetworkError as e:
5960
logger.error(f"Network error: {e}, video path: {video_path}, video_caption: {caption}")

0 commit comments

Comments
 (0)