Пример #1
0
 async def on_timer_update(self,timer, seconds):
     self.summary = Timer.format_time(seconds)
     self.remaining_seconds = seconds
     await self.push_update()
Пример #2
0
 async def on_timer_update(self,timer, seconds):
     self.summary = Timer.format_time(seconds)
     await self.push_update()