We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a96a2 commit e92891fCopy full SHA for e92891f
main.py
@@ -81,7 +81,7 @@ def item_icon_parser() -> list:
81
82
def emotion_icon_parser() -> list:
83
EMOTION_METADATA_URL = ("https://raw.githubusercontent.com/DGP-Studio/Snap.Hutao/main/src/Snap.Hutao/Snap.Hutao"
84
- "/Control/Theme/Uri.xaml")
+ "/UI/Xaml/Control/Theme/Uri.xaml")
85
return_list = []
86
87
response = requests.get(EMOTION_METADATA_URL).content
0 commit comments