Skip to content

Commit

Permalink
Cut print
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 26, 2023
1 parent 0230275 commit cc6d8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion newshomepages/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def drudge():
out_dir = CHARTS_DIR / "drudge" / "top-words"
out_dir.mkdir(parents=True, exist_ok=True)
for d in track(dict_list):
print(d)
_write_template(
"drudge-top-words.svg", dict(obj=d), out_dir / f"{d['lemma'].lower()}.svg"
)
Expand Down

0 comments on commit cc6d8ef

Please sign in to comment.