decrypt local emoji

This commit is contained in:
Yuxin Wu
2020-06-30 23:09:46 -07:00
parent e314b9d815
commit b12cd93f0d
7 changed files with 244 additions and 159 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()