fix debugger warning

This commit is contained in:
Jörn-Michael Miehe 2023-09-03 16:02:00 +00:00
parent c47ecdab18
commit fb20275775

View file

@ -9,6 +9,9 @@
"type": "python",
"request": "launch",
"module": "advent22_api.main",
"pythonArgs": [
"-Xfrozen_modules=off",
],
"justMyCode": true
}
]