diff --git a/ereuse_devicehub/resources/documents/device_row.py b/ereuse_devicehub/resources/documents/device_row.py index fd37760f..74a322be 100644 --- a/ereuse_devicehub/resources/documents/device_row.py +++ b/ereuse_devicehub/resources/documents/device_row.py @@ -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