fixing metrics

This commit is contained in:
Cayo Puigdefabregas 2021-02-12 20:22:04 +01:00
parent e5af99150d
commit 30246d6be5
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ class Device(Thing):
actions.sort(key=lambda x: x.created) actions.sort(key=lambda x: x.created)
allocates = [] allocates = []
for act in actions: for act in actions:
lifetime = 0
if act.type == 'Snapshot': if act.type == 'Snapshot':
snapshot = act snapshot = act
lifestimes = snapshot.get_last_lifetimes() lifestimes = snapshot.get_last_lifetimes()