Skip to content

Commit

Permalink
Update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterain98 committed Jul 17, 2024
1 parent 35a96a2 commit e92891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def item_icon_parser() -> list:

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

response = requests.get(EMOTION_METADATA_URL).content
Expand Down

0 comments on commit e92891f

Please sign in to comment.