decrypt local emoji

This commit is contained in:
Yuxin Wu
2020-06-30 23:09:46 -07:00
parent 45c28312d3
commit 641af7a3cd
8 changed files with 246 additions and 161 deletions
+1 -1
View File
@@ -55,4 +55,4 @@ if __name__ == '__main__':
for idx, html in enumerate(htmls):
with open(basename + f'{idx:02d}.html', 'w') as f:
f.write(html)
res.emoji_cache.flush()
res.emoji_reader.flush_cache()