Exemplo n.º 1
0
 def do_1(self, arg):
     id, = self.parse(arg, '-u:')
     bili_statistics.print_statistics(id)
Exemplo n.º 2
0
 async def get_statistic(self):
     self.status.print_status()
     bili_statistics.print_statistics(self.id)
Exemplo n.º 3
0
 async def get_statistic(self):
     await asyncio.sleep(0)
     self.status.print_status()
     bili_statistics.print_statistics(self.id)