Skip to content

Commit e8fbee1

Browse files
committed
fixes json location
1 parent bcb4127 commit e8fbee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
22

3-
json_data = open("./js/thelist.json").read()
3+
json_data = open("./src/assets/thelist.json").read()
44

55
def parse(text):
66
return json.loads(text)

0 commit comments

Comments
 (0)