Skip to content

Commit 778b4e7

Browse files
committed
Formatting
1 parent 3300762 commit 778b4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ async def send(self, message, destination=None,
432432
for att in images: # TODO: Logic needs review
433433
if not prioritize_uploads or (
434434
is_image_url(*att) and not
435-
embedded_image and
435+
embedded_image and
436436
att[1]
437437
):
438438
embed.set_image(url=att[0])

0 commit comments

Comments
 (0)