fix: Typo in check_finished
This commit is contained in:
@@ -32,7 +32,7 @@ class ActiveSubathon:
|
||||
"""
|
||||
Return True if the subathon duration has exceeded its earned time.
|
||||
"""
|
||||
return (await self.get_duration() <= 0)
|
||||
return (await self.get_remaining() <= 0)
|
||||
|
||||
async def pause(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user