fixing internal stats

This commit is contained in:
Cayo Puigdefabregas 2021-02-23 17:40:36 +01:00
parent 79902ee26d
commit 4c08f65218
1 changed files with 3 additions and 0 deletions

View File

@ -441,6 +441,9 @@ class InternalStatsRow(OrderedDict):
canary = False
for _ac in ac.device.actions:
if not _ac.type == 'Snapshot':
continue
if _ac.created < ac.created:
canary = True
break