mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-21 10:27:47 +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
|
@ -5,7 +5,7 @@ from roentgen.scheme import Scheme
|
|||
|
||||
|
||||
def get_text(tags):
|
||||
scheme = Scheme("data/tags.yml")
|
||||
scheme = Scheme("scheme/default.yml")
|
||||
return scheme.construct_text(tags, True)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue