mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Only output the folder names
This commit is contained in:
parent
33134d4529
commit
5603834282
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class MailAccountHandler(LoggingMixin):
|
|||
)
|
||||
try:
|
||||
for folder_info in M.folder.list():
|
||||
self.log("info", f"Located folder: {str(folder_info)}")
|
||||
self.log("info", f"Located folder: {folder_info.name}")
|
||||
except Exception:
|
||||
self.log(
|
||||
"error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue