Преглед изворни кода

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: