Skip to content

Commit

Permalink
Hotfix for incorrect name change assignments
Browse files Browse the repository at this point in the history
Fixed a bug where too many maps were getting their name changed due to Notion API returning incorrect data
  • Loading branch information
EpicRandomGuy2 authored Aug 28, 2024
1 parent fd2d95c commit 56e77ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legend_lore.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def main():
# Just to keep track of script progress
count = 0
for name in NAME_CHANGE:
notion.send_updated_username_to_notion(name)
notion.send_updated_username_to_notion(name, all_subreddit_posts)
print(count)
count += 1

Expand Down

0 comments on commit 56e77ca

Please sign in to comment.