Skip to content

Commit

Permalink
add some log
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Voigt committed Nov 27, 2024
1 parent d8be2bc commit 8945a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulators/extras/ExportProfileData.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def GetExternalIdReponse(deviceId, baseUrl):

def CheckDeviceExternalIdById(deviceId, baseUrl):
externalIdResponse = GetExternalIdReponse(deviceId, baseUrl)

consoleLogger.info(f"externalIdResponse for {deviceId}: {externalIdResponse.json()}")
try:
deviceExternalId = externalIdResponse.json()['externalIds'][0]['externalId']
deviceExternalIdType = externalIdResponse.json()['externalIds'][0]['type']
Expand Down

0 comments on commit 8945a9e

Please sign in to comment.