diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-26 22:31:46 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-26 22:31:46 +0100 |
| commit | 353b7de86f790a2ee03f2573218d15d51a855043 (patch) | |
| tree | ef291ee6b223a4babdc20d5c6dfebf760369032d /scrape-codex.py | |
| parent | 78a670cce0a717c52d1641ee01d8295e38eb367b (diff) | |
scrape vam
Diffstat (limited to 'scrape-codex.py')
| -rw-r--r-- | scrape-codex.py | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |
