diff --git a/xoxo.py b/xoxo.py index d109bfe..53e3dca 100644 --- a/xoxo.py +++ b/xoxo.py @@ -36,7 +36,7 @@ class InkyDraw: def update(self, stats): self.users = stats['new_users'] self.statuses = stats['new_statuses'] - self.hashtag = stats['new_hashtags'] + self.hashtags = stats['new_hashtags'] def write(self): self.image = Image.open("graphics/xoxo.png")