From be46d2e05988e89c64c139e4b632d3ce042ec2fd Mon Sep 17 00:00:00 2001 From: Oliver Gaskell Date: Sun, 2 Nov 2025 11:01:52 +0000 Subject: [PATCH] engine: use 4 not 3 locations --- engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine.py b/engine.py index 53cccc2..229458e 100755 --- a/engine.py +++ b/engine.py @@ -17,7 +17,7 @@ BRANDS: dict[str, str] = { CACHE_FOLDER = Path(".cache") -LOCS_COUNT = 3 +LOCS_COUNT = 4 DISTS_COUNT = 10 FORMAT_FACTOR = 1e6 # μm