diff --git a/front/plugins/sync/sync.py b/front/plugins/sync/sync.py index 13504ccb..62ab6247 100755 --- a/front/plugins/sync/sync.py +++ b/front/plugins/sync/sync.py @@ -228,6 +228,7 @@ def main(): # Remove 'rowid' key if it exists for device in new_devices: device.pop('rowid', None) + device.pop('devStatus', None) mylog('verbose', [f'[{pluginName}] All devices: "{len(device_data)}"']) mylog('verbose', [f'[{pluginName}] New devices: "{len(new_devices)}"'])