forked from CopyBot/sptnr
fix: output index is incorrect when start arg is supplied.
This commit is contained in:
@@ -446,7 +446,7 @@ else:
|
|||||||
|
|
||||||
logging.info("")
|
logging.info("")
|
||||||
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)
|
process_artist(ARTIST_ID)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user