diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mangasort | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mangasort b/scripts/mangasort index d46be69c..9bdf7435 100755 --- a/scripts/mangasort +++ b/scripts/mangasort @@ -3,7 +3,7 @@ import os def sxivInput(r1, r2): - return "sxiv " + r1 + " & " + "sxiv " + r2 + " & " + return "sxiv " + r2 + " & " + "sxiv " + r1 + " & " # r2 comes before because the's how manga works def calculate(prefix, suffix, num): r1 = '' |