From 6a8a864ba14fcb3c46fffd6e26cb11fd324aaeaf Mon Sep 17 00:00:00 2001 From: denis defolie Date: Wed, 29 Apr 2026 10:40:27 +0200 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ee54f..e668a96 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ ip.du.rasp.berry scanner.local ## Organisation du dépôt -``` + PlanarianScanner/ ├── cameras/ # App principale │ ├── models.py # ExportSession, ScanningStatus @@ -210,6 +210,7 @@ PlanarianScanner/ ├── logs/ # Logs Celery (rotation auto) ├── media/exports/ # Fichiers exportés temporaires └── requirements.txt + ``` ---