search bug
This commit is contained in:
parent
9ca23a51a2
commit
4ffd95c158
|
@ -1321,7 +1321,7 @@ class Live(JoinedWithOneDeviceMixin, ActionWithOneDevice):
|
|||
@property
|
||||
def usage_time_allocate(self):
|
||||
"""Show how many hours is used one device from the last check"""
|
||||
import pdb; pdb.set_trace()
|
||||
# import pdb; pdb.set_trace()
|
||||
self.sort_actions()
|
||||
if self.usage_time_hdd is None:
|
||||
return self.last_usage_time_allocate()
|
||||
|
|
Reference in New Issue