search bug

This commit is contained in:
Cayo Puigdefabregas 2020-12-28 17:45:50 +01:00
parent 9ca23a51a2
commit 4ffd95c158
1 changed files with 1 additions and 1 deletions

View File

@ -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()