1
0
Fork 0
mirror of synced 2024-05-23 13:59:39 +12:00

Correct reference to method

This commit is contained in:
Phxntxm 2017-07-29 14:36:52 -05:00
parent 29bcea3b21
commit d60ce6122c

View file

@ -55,7 +55,7 @@ class Birthday:
'member': member
})
return sort_birthdays(_entries)
return self.sort_birthdays(_entries)
async def birthday_task(self):
while True: