added comment when fetching devices

This commit is contained in:
2025-07-05 13:28:08 +02:00
parent 914abf5018
commit ecbd48cbc0

View File

@ -88,6 +88,7 @@ logger.info("========= Synchronization started =========")
try: try:
airwatch = AirwatchAPI(settings) airwatch = AirwatchAPI(settings)
# recherche des appareils
devices = airwatch.GetDevices() devices = airwatch.GetDevices()
logger.info("Airwatch server connection succeeded") logger.info("Airwatch server connection succeeded")
except FileNotFoundError as F: except FileNotFoundError as F: