Skip to content

Commit

Permalink
Remove comms
Browse files Browse the repository at this point in the history
  • Loading branch information
Doru Irimescu committed Apr 9, 2024
1 parent 2a0c848 commit 4abeb93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def count_cards(_):
topics_count_dict[topic]["categories"][category]["styles"][style] = style_count
topics_count_dict[topic]["categories"]["all"]["styles"][style] = topics_count_dict[topic]["categories"]["all"]["styles"].get(style, 0) + style_count

# write the count to a json file
with open(pm.count_json, 'w') as f:
json.dump(topics_count_dict, f, indent=4)

Expand Down

0 comments on commit 4abeb93

Please sign in to comment.