From c43205503f5cec50c0b2dbcf49db24c5ded29a44 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 25 Nov 2018 19:17:10 +0100 Subject: aaa --- scrape-codex.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrape-codex.py b/scrape-codex.py index 255195e..931c648 100644 --- a/scrape-codex.py +++ b/scrape-codex.py @@ -143,8 +143,8 @@ def grab(s, n): image, width, height = load_image(fn) if image: canvas.paste(image, (x, y)) - y += height - x += width + y += 256 + x += 256 canvas.save(out_fn) if __name__ == '__main__': -- cgit v1.2.3-70-g09d2