From ba0c066bf86d4915ca7b702c706f4575e8604d3c Mon Sep 17 00:00:00 2001 From: EffakT Date: Tue, 27 May 2025 09:00:34 +1200 Subject: [PATCH] fix: output index is incorrect when start arg is supplied. --- sptnr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sptnr.py b/sptnr.py index 7976131..505e094 100644 --- a/sptnr.py +++ b/sptnr.py @@ -446,7 +446,7 @@ else: logging.info("") logging.info( - f"Artist: {LIGHT_PURPLE}{ARTIST_NAME}{RESET} ({ARTIST_ID})[{index}]" + f"Artist: {LIGHT_PURPLE}{ARTIST_NAME}{RESET} ({ARTIST_ID})[{index+args.start}]" ) process_artist(ARTIST_ID)