From 3757fe80b30801119bda41ab0445e915271129fc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 26 May 2021 03:39:06 +0200 Subject: Allow use of multiple ranges when using cleanup command --- read_manga.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'read_manga.py') diff --git a/read_manga.py b/read_manga.py index 4ad25c7..bff0955 100755 --- a/read_manga.py +++ b/read_manga.py @@ -77,5 +77,5 @@ for chapter in chapters_by_oldest[start_index:]: images_str.append(os.path.join(image_dir, image)) index += 1 -process = subprocess.Popen(["sxiv", "-a", "-i", "-f"], stdin=subprocess.PIPE) +process = subprocess.Popen(["sxiv", "-a", "-i"], stdin=subprocess.PIPE) process.communicate("\n".join(images_str).encode()) -- cgit v1.2.3