1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

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 return
for name, content in notifications.items(): for name, content in notifications.items():
print(f"========== {name}") print("==========")
print(content) print(content)
print("==========") print("==========")