mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Additional error message
This commit is contained in:
@@ -8210,6 +8210,7 @@ def UI_2_configure_prompt(data):
|
||||
@logger.catch
|
||||
def UI_2_var_change(data):
|
||||
if 'value' not in data:
|
||||
logger.error("Got a variable change without a value. Data Packet: {}".format(data))
|
||||
return
|
||||
classname = data['ID'].split("_")[0]
|
||||
name = data['ID'][len(classname)+1:]
|
||||
|
Reference in New Issue
Block a user