Skip to content

Commit 6eed4bc

Browse files
committed
corrected json print statement
1 parent 8b2c521 commit 6eed4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scraper/amazon/amazon/jsonReader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
with open("revw.json", encoding="utf-8-sig") as json_file:
1616
text = json_file.read()
1717
data = json.loads(text)
18-
print(List(type(data)))
18+
print(list(data))

0 commit comments

Comments
 (0)