Skip to content

Commit

Permalink
Merge pull request #1490 from sbrunner/fix
Browse files Browse the repository at this point in the history
Add log message
  • Loading branch information
sbrunner authored Jan 26, 2025
2 parents 0828694 + 122d70b commit e3b6fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scan_to_paperless/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ async def _watch_sources(self) -> None:
)
async for event in inotify:
name = str(event.path)[length:].split("/", 1)[0]
print(f"Update source '{name}' from event")
if self._update_source_error(name):
self.write()

Expand Down

0 comments on commit e3b6fbf

Please sign in to comment.