diff --git a/pyouroboros/notifiers.py b/pyouroboros/notifiers.py index 7d577260..b9dea5a5 100644 --- a/pyouroboros/notifiers.py +++ b/pyouroboros/notifiers.py @@ -35,7 +35,7 @@ def build_apprise(self): def send(self, container_tuples=None, socket=None, kind='update', next_run=None, mode='container'): if kind == 'startup': now = datetime.now(timezone.utc).astimezone() - title = f'Ouroboros has started' + title = 'Ouroboros has started' body_fields = [ f'Host: {self.config.hostname}', f'Time: {now.strftime("%Y-%m-%d %H:%M:%S")}',