Commit a0135b58 authored by Adrian Pino's avatar Adrian Pino Committed by GitHub
Browse files

Update src/sunrise6g_opensdk/edgecloud/adapters/i2edge/client.py

parent 11617c73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -622,7 +622,7 @@ class EdgeApplicationManager(EdgeCloudManagementInterface):
                        zones_data = (
                            zones_response.json()
                            if hasattr(zones_response, "json")
                            else eval(zones_response.content.decode())
                            else json.loads(zones_response.content.decode())
                        )
                        if zones_data and len(zones_data) > 0:
                            target_zone_id = zones_data[0].get("edgeCloudZoneId")