Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi committed Mar 5, 2024
1 parent 6952171 commit b3608ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastofeed/runners/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def run(self) -> None:
except Exception as e:
self._notify_through_janitor(e)
self._logger.exception(e)

def _notify_through_janitor(self, e):
is_janitor_active = self._config.get("janitor.active", False)
is_dry_run = self._config.get("publisher.dry_run", True)
Expand Down

0 comments on commit b3608ea

Please sign in to comment.