Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamotura authored Jan 21, 2025
1 parent ebacf8b commit 759f94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atproto_client/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def send_video(
text,
profile_identify=profile_identify,
reply_to=reply_to,
embed=models.AppBskyEmbedVideo.Main(video=upload.blob, alt=video_alt,aspect_ratio=video_aspect_ratio),
embed=models.AppBskyEmbedVideo.Main(video=upload.blob, alt=video_alt, aspect_ratio=video_aspect_ratio),
langs=langs,
facets=facets,
)
Expand Down

0 comments on commit 759f94d

Please sign in to comment.