ソースを参照

fixed ntfy config again...

zehe 3 ヶ月 前
コミット
229ad0caad
1 ファイル変更1 行追加1 行削除
  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: