From dd589fe49b24cf2623c8139e13c2e4e55f5af766 Mon Sep 17 00:00:00 2001 From: Shadow15510 Date: Sun, 29 Nov 2020 11:42:14 +0100 Subject: [PATCH] Fix bug, last commit --- wikibot.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wikibot.py b/wikibot.py index 3ad6a29..cf0f1d1 100644 --- a/wikibot.py +++ b/wikibot.py @@ -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