Fix typo in property name
This commit is contained in:
parent
3d644ea562
commit
7531161a24
2
xoxo.py
2
xoxo.py
@ -36,7 +36,7 @@ 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']
|
self.hashtags = stats['new_hashtags']
|
||||||
|
|
||||||
def write(self):
|
def write(self):
|
||||||
self.image = Image.open("graphics/xoxo.png")
|
self.image = Image.open("graphics/xoxo.png")
|
||||||
|
Loading…
Reference in New Issue
Block a user