From b3608ea6789c94e328f1c2aead1b8e6dbe9f97ee Mon Sep 17 00:00:00 2001 From: Xavi Date: Tue, 5 Mar 2024 10:26:21 +0100 Subject: [PATCH] Format --- mastofeed/runners/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastofeed/runners/main.py b/mastofeed/runners/main.py index b1ddc6d..6be0fe3 100644 --- a/mastofeed/runners/main.py +++ b/mastofeed/runners/main.py @@ -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)