Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Christensen committed Apr 2, 2020
1 parent e2af82f commit a0dfba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slappd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def main():
):
for badge in checkin['badges']['items']:
title = (f"{checkin['user']['first_name']} "
f"{checkin['user']['last_name']} earned the "
f"{badge['badge_name']} badge!")
f"{checkin['user']['last_name']} earned the "
f"{badge['badge_name']} badge!")
images['icon_url'] = badge['badge_image']['sm']
images['thumb_url'] = badge['badge_image']['md']
images['title'] = title
Expand Down

0 comments on commit a0dfba0

Please sign in to comment.