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 c897f38 commit a549329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ def main():
json.dump(pages, f)

popular_cards = create_popular_cards_json("reproducible,learn")

with open('static/cards.json', 'w') as f:
json.dump(popular_cards, f)

print(popular_cards)

Expand Down

0 comments on commit a549329

Please sign in to comment.