diff options
author | Qrius <[email protected]> | 2025-04-25 13:33:29 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2025-04-25 13:33:32 +0200 |
commit | cd2f8849b1f80c6fd959ca1a77ed101b511eb1d7 (patch) | |
tree | 88bd460b13b9d9f6a038196f1b4553d13c5dd9cd | |
parent | 3dcde053610430fdaeb23b57698810f63781684e (diff) | |
download | skaldpress-cd2f8849b1f80c6fd959ca1a77ed101b511eb1d7.tar.gz skaldpress-cd2f8849b1f80c6fd959ca1a77ed101b511eb1d7.zip |
-rw-r--r-- | src/smp/builtins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smp/builtins.py b/src/smp/builtins.py index f9d6468..f66405a 100644 --- a/src/smp/builtins.py +++ b/src/smp/builtins.py @@ -287,7 +287,7 @@ def smp_builtin_wodl(macro_processor, link, timeout_seconds=5): macro_processor.log_warning(f"Dead link {link} ({r.status} {r.reason})!") except Exception as e: macro_processor.log_warning(f"Dead link {link} ({e})!") - return "" + return link def smp_builtin_expand_once(macro_processor, content): |