From 11c3fda10f85567ba30f7dc7f04426b27cf458fd Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Fri, 25 Oct 2024 12:52:30 -0500 Subject: [PATCH] Add minimum spaces = 1 --- qbt_stats_html.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbt_stats_html.nu b/qbt_stats_html.nu index 9c0588e..c3b72e9 100755 --- a/qbt_stats_html.nu +++ b/qbt_stats_html.nu @@ -8,7 +8,7 @@ let new_head = ( ( /home/jas/admin-scripts/list_torrents.py - | from ssv + | from ssv -m 1 | to html | str replace ($old_head) ($new_head) | save -f -r /home/jas/public/html/torrents.html