Skip to content

Commit

Permalink
#95 update writing data_updates.txt with a colon per line
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jan 15, 2022
1 parent 0e28c27 commit 3fd4006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/update_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
data_added_string = ""
language_keys = list(data_added_dict.keys())
for l in language_keys:
data_added_string += f"- {l} " if l == language_keys[0] else f"\n- {l} "
data_added_string += f"- {l}: " if l == language_keys[0] else f"\n- {l}: "
for w in word_types:
if data_added_dict[l][w] == 0:
pass
Expand Down

0 comments on commit 3fd4006

Please sign in to comment.