Fix hashtag value not reflecting real data
This commit is contained in:
parent
fe2409b03f
commit
3d644ea562
3
xoxo.py
3
xoxo.py
@ -36,7 +36,8 @@ class InkyDraw:
|
|||||||
def update(self, stats):
|
def update(self, stats):
|
||||||
self.users = stats['new_users']
|
self.users = stats['new_users']
|
||||||
self.statuses = stats['new_statuses']
|
self.statuses = stats['new_statuses']
|
||||||
|
self.hashtag = stats['new_hashtags']
|
||||||
|
|
||||||
def write(self):
|
def write(self):
|
||||||
self.image = Image.open("graphics/xoxo.png")
|
self.image = Image.open("graphics/xoxo.png")
|
||||||
self.draw = ImageDraw.Draw(self.image)
|
self.draw = ImageDraw.Draw(self.image)
|
||||||
|
Loading…
Reference in New Issue
Block a user