Skip to content

Commit

Permalink
ah oops
Browse files Browse the repository at this point in the history
  • Loading branch information
oriapp committed Apr 29, 2021
1 parent 4161761 commit f187baa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions endpoints/quote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f187baa

Please sign in to comment.