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