瀏覽代碼

Update __init__.py

pull/93/head
flo269 GitHub 8 年之前
父節點
當前提交
e2dc261b22
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      modules/notification/__init__.py

+ 1
- 1
modules/notification/__init__.py 查看文件

@@ -44,7 +44,7 @@ def init(cbpi):
:return: None
"""
if cbpi.get_config_parameter("donation_notification", "YES") == "YES":
msg = {"id": len(cbpi.cache["messages"]), "type": "info", "headline": "Support CraftBeerPi with your donation", "message": "You will find the PayPay Donation button in the system menu" , "read": False}
msg = {"id": len(cbpi.cache["messages"]), "type": "info", "headline": "Support CraftBeerPi with your donation", "message": "You will find the PayPal Donation button in the system menu." , "read": False}
cbpi.cache["messages"].append(msg)

NotificationView.register(cbpi.app, route_base='/api/notification')

Loading…
取消
儲存