[FIX] cli.py: comment import debugypy

This commit is contained in:
Matthias Lotz 2025-06-02 07:40:08 +02:00
parent e41abfc928
commit bf07bc1865

View File

@ -1,4 +1,4 @@
import debugpy
#import debugpy
#debugpy.listen(("0.0.0.0", 5678))
#print("⏳ Warten auf Debugger-Anbindung (VS Code: Python: Remote Attach)...")
#debugpy.wait_for_client()