From d0d0d3e0da9180fba6d0065a4e851fa61bebb147 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 4 Jan 2023 01:18:06 +0100 Subject: [PATCH] appv2: cosmetic, having the notification name is weird, it's gonna be pretty much always just 'main' --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index e8079eb55..6343275e8 100644 --- a/src/app.py +++ b/src/app.py @@ -2893,7 +2893,7 @@ def _display_notifications(notifications, force=False): return for name, content in notifications.items(): - print(f"========== {name}") + print("==========") print(content) print("==========")