Compare commits

..

No commits in common. "2ce587b1e06989ab5721da11811613337701a24c" and "c923a12c7cef1a2c5471f5f35213c656030fbb05" have entirely different histories.

3 changed files with 0 additions and 22 deletions

View File

@ -12,5 +12,3 @@ services:
options:
max-size: "10m"
max-file: "3"
ports:
- "5678:5678"

View File

@ -1,14 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Docker (melesICUmover)",
"type": "python",
"request": "attach",
"connect": {
"host": "localhost",
"port": 5678
}
}
]
}

View File

@ -20,12 +20,6 @@ import pytesseract
import yaml
if os.environ.get("DEBUG") == "1":
import debugpy
debugpy.listen(("0.0.0.0", 5678))
print("Waiting for debugger...")
debugpy.wait_for_client()
# -----------------------