From 2521f36f5b1f204859311181541102f08aa8580f Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Wed, 23 Apr 2025 10:14:14 -0500 Subject: [PATCH] fix: path to list_torrents.py --- shell/qbt_stats_html.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/qbt_stats_html.nu b/shell/qbt_stats_html.nu index d817ba8..645de20 100755 --- a/shell/qbt_stats_html.nu +++ b/shell/qbt_stats_html.nu @@ -7,7 +7,7 @@ let new_head = ( ) ( - /home/jas/.local/bin/uv run -q /home/jas/admin-scripts/list_torrents.py + /home/jas/admin-scripts/python/list_torrents.py | from ssv -m 2 | to html | str replace ($old_head) ($new_head)