mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-21 01:42:08 +00:00
fixed sink
This commit is contained in:
parent
f2918a06cd
commit
82fee4807e
@ -1691,7 +1691,7 @@ class APScript(StateMachine):
|
||||
self.personality_config.config.save_config()
|
||||
else:
|
||||
self.load_personality_config()
|
||||
def sink(self, s,i,d):
|
||||
def sink(self, s=None,i=None,d=None):
|
||||
pass
|
||||
def settings_updated(self):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user