Ejemplo n.º 1
0
 def formatETA(self):
     """ formats eta to readable format """
     return format_time(self.getETA())
Ejemplo n.º 2
0
 def formatWait(self):
     """ formats and return wait time in humanreadable format """
     return format_time(self.waitUntil - time())