New comments on scanning
This commit is contained in:
parent
444c056f93
commit
0e34ab8793
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ def ensure_free_disk_space(path: str, min_space: int = 500000000) -> None:
|
||||||
|
|
||||||
class ScanInfo(BaseModel):
|
class ScanInfo(BaseModel):
|
||||||
"""Summary information about a scan folder"""
|
"""Summary information about a scan folder"""
|
||||||
|
"""Summary information about a scan folder"""
|
||||||
|
|
||||||
name: str
|
name: str
|
||||||
created: datetime
|
created: datetime
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue