New comments on scanning

This commit is contained in:
jaknapper 2025-05-08 18:22:40 +01:00
parent 444c056f93
commit 0e34ab8793

View file

@ -93,6 +93,7 @@ def ensure_free_disk_space(path: str, min_space: int = 500000000) -> None:
class ScanInfo(BaseModel):
"""Summary information about a scan folder"""
"""Summary information about a scan folder"""
name: str
created: datetime