From 7531161a24af531a20090e330e773c570fa7a8ea Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Sun, 1 Sep 2019 07:42:13 +0100 Subject: [PATCH] Fix typo in property name --- xoxo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")