appv2: cosmetic, having the notification name is weird, it's gonna be pretty much always just 'main'

This commit is contained in:
Alexandre Aubin 2023-01-04 01:18:06 +01:00
parent 2f1ddb1edf
commit d0d0d3e0da

View file

@ -2893,7 +2893,7 @@ def _display_notifications(notifications, force=False):
return
for name, content in notifications.items():
print(f"========== {name}")
print("==========")
print(content)
print("==========")