This commit is contained in:
@@ -9,7 +9,7 @@ from drawsvg.drawing import Drawing
|
|||||||
|
|
||||||
tokens: dict[str, list[str]] = {}
|
tokens: dict[str, list[str]] = {}
|
||||||
|
|
||||||
with open("tokens.json", encoding="utf-8") as f:
|
with open("src/tokens.json", encoding="utf-8") as f:
|
||||||
tokens = json.load(f)
|
tokens = json.load(f)
|
||||||
|
|
||||||
for token_data in tokens:
|
for token_data in tokens:
|
||||||
|
|||||||
Reference in New Issue
Block a user