diff --git a/endpoints/quote.py b/endpoints/quote.py index 78e0e4a..4041d61 100644 --- a/endpoints/quote.py +++ b/endpoints/quote.py @@ -37,8 +37,6 @@ def generate(self, avatars, text, usernames, color, kwargs): words = Image.new('RGBA', base.size) canvas = ImageDraw.Draw(words) - if(color == 0) color = 'White' - # render_text_with_emoji(base, canvas, (230, 70), usernames[0], font=font_med, fill='White') if color == 0: color = 'White'