Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterain98 committed Mar 29, 2024
1 parent b40918c commit 35a96a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ def emotion_icon_parser() -> list:
for f in emotion_icon_file_list:
if f in emotion_list:
shutil.copy(f"./EmotionIcon/{f}", f"./EmotionIcon-Minimum/{f}")
# Delete cache file
os.remove('Uri.xaml')

0 comments on commit 35a96a2

Please sign in to comment.