Exemplo n.º 1
0
 async def on_timer_update(self,timer, seconds):
     self.summary = Timer.format_time(seconds)
     self.remaining_seconds = seconds
     await self.push_update()
Exemplo n.º 2
0
 async def on_timer_update(self,timer, seconds):
     self.summary = Timer.format_time(seconds)
     await self.push_update()