Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NekowebWiki/WikiGen into ed…
Browse files Browse the repository at this point in the history
…itor
  • Loading branch information
Steve0Greatness committed Sep 20, 2024
2 parents f8f40a5 + 8dc2329 commit 48d3147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def main():
AddSyntaxColors()

RSSFeed = WriteFeed(
CommitBase = repo.iter_commits("main", max_count=50)
CommitBase = repo.iter_commits("HEAD", max_count=50)
)
with open(JoinPath(OUTPUT_DIR, "feed.xml"), "w", encoding="utf-8") as file:
file.write(RSSFeed)
Expand Down

0 comments on commit 48d3147

Please sign in to comment.