added comment when fetching devices
This commit is contained in:
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user