We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2cee2 commit 9fce67dCopy full SHA for 9fce67d
animepipeline/post/tg.py
@@ -54,6 +54,7 @@ async def send_video(self, video_path: Union[Path, str], caption: Optional[str]
54
caption=caption,
55
read_timeout=6000,
56
write_timeout=6000,
57
+ pool_timeout=6000,
58
)
59
except telegram.error.NetworkError as e:
60
logger.error(f"Network error: {e}, video path: {video_path}, video_caption: {caption}")
0 commit comments