@@ -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: