mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-21 13:06:25 +02:00
Rename data/tags.yml to scheme/default.yml.
This commit is contained in:
parent
cbbd7bcf05
commit
0f3888430b
7 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ def draw_all_icons(
|
|||
:param columns: the number of columns in grid
|
||||
:param step: horizontal and vertical distance between icons
|
||||
"""
|
||||
tags_file_name: str = "data/tags.yml"
|
||||
tags_file_name: str = "scheme/default.yml"
|
||||
scheme: Scheme = Scheme(tags_file_name)
|
||||
|
||||
to_draw: List[Set[str]] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue