From 353b7de86f790a2ee03f2573218d15d51a855043 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 26 Nov 2018 22:31:46 +0100 Subject: scrape vam --- scrape-codex.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scrape-codex.py') diff --git a/scrape-codex.py b/scrape-codex.py index 3bd6ec0..6cc1ba0 100644 --- a/scrape-codex.py +++ b/scrape-codex.py @@ -90,7 +90,6 @@ def grab(s, n): TILE_W = round((max_width / ZOOM) / 256) + 1 TILE_H = round((max_height / ZOOM) / 256) + 1 if TILE_W < TILE_H: - TILE_W += 1 TILE_H += 1 print("{}x{}".format(TILE_W, TILE_H)) -- cgit v1.2.3-70-g09d2