diff --git a/qbt_stats_html.nu b/qbt_stats_html.nu
index 3b8645d..d817ba8 100755
--- a/qbt_stats_html.nu
+++ b/qbt_stats_html.nu
@@ -7,7 +7,7 @@ let new_head = (
)
(
- uv run -q /home/jas/admin-scripts/list_torrents.py
+ /home/jas/.local/bin/uv run -q /home/jas/admin-scripts/list_torrents.py
| from ssv -m 2
| to html
| str replace ($old_head) ($new_head)