diff --git a/back/pialert.py b/back/pialert.py index 21ae38ee..89ee38b9 100644 --- a/back/pialert.py +++ b/back/pialert.py @@ -963,11 +963,11 @@ def update_devices_data_from_scan (): recordsToUpdate ) # New Apple devices -> Cycle 15 - print_log ('Update devices - 6 Cycle for Apple devices') - sql.execute ("""UPDATE Devices SET dev_ScanCycle = 1 - WHERE dev_FirstConnection = ? - AND UPPER(dev_Vendor) LIKE '%APPLE%' """, - (startTime,) ) + # print_log ('Update devices - 6 Cycle for Apple devices') + # sql.execute ("""UPDATE Devices SET dev_ScanCycle = 1 + # WHERE dev_FirstConnection = ? + # AND UPPER(dev_Vendor) LIKE '%APPLE%' """, + # (startTime,) ) print_log ('Update devices end') diff --git a/front/deviceDetails.php b/front/deviceDetails.php index a2d6a500..0be317bf 100644 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -314,9 +314,9 @@