engine: use 4 not 3 locations
This commit is contained in:
parent
8562e5cba3
commit
be46d2e059
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue