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:
parent
2f1ddb1edf
commit
d0d0d3e0da
1 changed files with 1 additions and 1 deletions
|
@ -2893,7 +2893,7 @@ def _display_notifications(notifications, force=False):
|
|||
return
|
||||
|
||||
for name, content in notifications.items():
|
||||
print(f"========== {name}")
|
||||
print("==========")
|
||||
print(content)
|
||||
print("==========")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue