We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2c521 commit 6eed4bcCopy full SHA for 6eed4bc
scraper/amazon/amazon/jsonReader.py
@@ -15,4 +15,4 @@
15
with open("revw.json", encoding="utf-8-sig") as json_file:
16
text = json_file.read()
17
data = json.loads(text)
18
- print(List(type(data)))
+ print(list(data))
0 commit comments