Skip to content

Commit e92891f

Browse files
committed
Update url
1 parent 35a96a2 commit e92891f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def item_icon_parser() -> list:
8181

8282
def emotion_icon_parser() -> list:
8383
EMOTION_METADATA_URL = ("https://raw.githubusercontent.com/DGP-Studio/Snap.Hutao/main/src/Snap.Hutao/Snap.Hutao"
84-
"/Control/Theme/Uri.xaml")
84+
"/UI/Xaml/Control/Theme/Uri.xaml")
8585
return_list = []
8686

8787
response = requests.get(EMOTION_METADATA_URL).content

0 commit comments

Comments
 (0)