Skip to content

Commit 35a96a2

Browse files
committed
Update main.py
1 parent b40918c commit 35a96a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,5 @@ def emotion_icon_parser() -> list:
114114
for f in emotion_icon_file_list:
115115
if f in emotion_list:
116116
shutil.copy(f"./EmotionIcon/{f}", f"./EmotionIcon-Minimum/{f}")
117+
# Delete cache file
118+
os.remove('Uri.xaml')

0 commit comments

Comments
 (0)