Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpy99 committed May 19, 2024
1 parent eef6da1 commit f09ffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/blog.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def write_blog(title, content, tags):
"publishStatus": "public"
}

with open("text.json", "w") as t:
with open("helpers/json/text.json", "w") as t:
json.dump(payload, t)

response = requests.post(base_url + path, json=payload, headers=headers)
Expand Down

0 comments on commit f09ffa4

Please sign in to comment.