Skip to content

Commit

Permalink
fixes output file path
Browse files Browse the repository at this point in the history
  • Loading branch information
kubarium committed Feb 14, 2017
1 parent 57e7d24 commit 6b35d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataminer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ def get(name):
if product["name"] == name:
return product

with open("src/dataminer.json", "w") as file:
with open("src/data.json", "w") as file:
json.dump(products, file, indent="\t")

0 comments on commit 6b35d71

Please sign in to comment.