From e1a2eb72a54f0d1eff1a92127e286a9d23f4fba6 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Sat, 21 Oct 2023 12:18:43 +0200 Subject: [PATCH] ff --- bin/ffx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ffx.py b/bin/ffx.py index 8678024..b7f35b4 100755 --- a/bin/ffx.py +++ b/bin/ffx.py @@ -182,7 +182,7 @@ for quality in qualities: if cropStart: - commandSequence += generateCropTokens(cropStart, cropLength) + commandSequence1 += generateCropTokens(cropStart, cropLength) print(f"Command Sequence 1: {commandSequence1}") @@ -193,7 +193,7 @@ for quality in qualities: if cropStart: - commandSequence += generateCropTokens(cropStart, cropLength) + commandSequence2 += generateCropTokens(cropStart, cropLength) if len(qualities) > 1: