Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
YufengXin committed Oct 22, 2024
1 parent d890e55 commit 2577a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdx_controller/handlers/connection_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ def get_connection_status(db, service_id: str):
qos_metrics = request_dict.get("qos_metrics")
scheduling = request_dict.get("scheduling")
notifications = request_dict.get("notifications")
print(f"request_dict: {request_dict}")
if request_dict.get("endpoints") is not None: # spec version 2.0.0
request_endpoints = request_dict.get("endpoints")
request_uni_a = request_endpoints[0]
Expand Down

0 comments on commit 2577a62

Please sign in to comment.