Skip to content

Commit

Permalink
Add ".encode('utf-8')" to Wiktionary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmcbride committed Jul 19, 2018
1 parent 664cf4b commit 734fe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dal.py
Expand Up @@ -169,7 +169,7 @@ def make_wiktionary_section(month, day):
'\n'.join(definitions),
read_more,
''])
final_sections.append(wiktionary_section)
final_sections.append(wiktionary_section.encode('utf-8'))
return

def make_wikiquote_section(month, day, year):
Expand Down

0 comments on commit 734fe32

Please sign in to comment.