Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kirkby committed Mar 23, 2020
1 parent 1bc08df commit 320cf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def update_jekyll_posts(self):
print(lower_case_session_id)
print("Writing new post...")
post_file_name = datetime.datetime.now().strftime("%Y-%m-%d") + "-" + lower_case_session_id + ".md"
# Edit posts if file already exi sts
# Edit posts if file already exists
self.post_tool.write_post(post_frontmatter, "", post_file_name)

# Delete sessions that don't exist in latest export
Expand Down

0 comments on commit 320cf37

Please sign in to comment.