mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-05-01 11:51:22 +00:00
Emotions changes
This commit is contained in:
@@ -313,7 +313,6 @@ class MainFrame(wx.Frame):
|
||||
with open(file_path, 'r') as json_file:
|
||||
emotions = json.load(json_file)
|
||||
|
||||
|
||||
targetpose = emotions.get(emotion, {})
|
||||
targetpose_values = targetpose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user