Fix typo in property name

This commit is contained in:
Annika Backstrom 2019-09-01 07:42:13 +01:00
parent 3d644ea562
commit 7531161a24
1 changed files with 1 additions and 1 deletions

View File

@ -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")