Browse Source

fixed ntfy config again...

zehe 3 tháng trước cách đây
mục cha
commit
229ad0caad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -69,7 +69,7 @@ def send_ntfy_notification(backends: List[str], message: str, title: str = None)
             import ntfy
 
             # Load the ntfy config file
-            ntfy_config = ntfy.load_config(config.ntfy_config_path)
+            ntfy_config = ntfy.config.load_config(config.ntfy_config_path)
 
             # Send notification using the backend name from our config file
             if title: