diff --git a/aries_cloudagent/__main__.py b/aries_cloudagent/__main__.py index e6caab4643..469dd073c7 100644 --- a/aries_cloudagent/__main__.py +++ b/aries_cloudagent/__main__.py @@ -24,12 +24,12 @@ def init_debug(args): PTVSD_PORT = os.getenv("PTVSD_PORT", 5678) try: import debugpy + debugpy.listen((PTVSD_HOST, PTVSD_PORT)) print("=== Waiting for debugger to attach ===") debugpy.wait_for_client() except ImportError: - print("debugpy library was not found") - + print("debugpy library was not found") if ENABLE_PYDEVD_PYCHARM or "--debug-pycharm" in args: try: diff --git a/poetry.lock b/poetry.lock index 50b4a8217a..7cdc3855c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2883,4 +2883,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7e88483ab9712512407e9aebe7643e00a01cb1adcc2b7b034b4e25896b458550" +content-hash = "2992c4780f0417ff3b8e233bcf9eb57edf2bcdfd8a4376f8452fb085e9f777e9"