Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrylahaije authored Aug 12, 2023
1 parent d992433 commit c897f38
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,7 @@ def main():

popular_cards = create_popular_cards_json("reproducible,learn")

# Write Popular Cards Json
with open('static/popular-card.json', 'w') as f:
json.dump(popular_cards, f)

print(popular_cards)

if __name__ == "__main__":
main()
main()

0 comments on commit c897f38

Please sign in to comment.