added comment when fetching devices
This commit is contained in:
@ -88,6 +88,7 @@ logger.info("========= Synchronization started =========")
|
||||
|
||||
try:
|
||||
airwatch = AirwatchAPI(settings)
|
||||
# recherche des appareils
|
||||
devices = airwatch.GetDevices()
|
||||
logger.info("Airwatch server connection succeeded")
|
||||
except FileNotFoundError as F:
|
||||
|
||||
Reference in New Issue
Block a user