We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb4127 commit e8fbee1Copy full SHA for e8fbee1
tester.py
@@ -1,6 +1,6 @@
1
import json
2
3
-json_data = open("./js/thelist.json").read()
+json_data = open("./src/assets/thelist.json").read()
4
5
def parse(text):
6
return json.loads(text)
0 commit comments