Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Fix bug, last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow15510 committed Nov 29, 2020
1 parent 393d88b commit dd589fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wikibot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ def make_embed(title, description, field, color, image, in_line = False, thumb =
answer.add_field(name=i[0], value=i[1], inline=in_line)

if image:

# Test image
print(f"\n\nIMAGE TEST\n{image}\nFIN IMAGE TEST\n\n")

if thumb: answer.set_thumbnail(url=image)
else: answer.set_image(url=image)
return answer
Expand Down

0 comments on commit dd589fe

Please sign in to comment.