Removed some cruft code
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good
All checks were successful
git.cronocide.net/bluebubbles-bot/pipeline/head This commit looks good
This commit is contained in:
parent
533c63599a
commit
395e679de5
@ -132,7 +132,6 @@ class Persona :
|
||||
if response :
|
||||
self.log.info(f'Responding to \'{message.text}\' with \'{response.text}\'')
|
||||
self.outbound_messages.put(response)
|
||||
# self.outbound_messages += generated_messages
|
||||
|
||||
def send_new_message(self) :
|
||||
"""Process new messages generated asynchronously by plugins."""
|
||||
@ -141,6 +140,5 @@ class Persona :
|
||||
response = skill.generate()
|
||||
if response :
|
||||
self.log.info(f'Generating async message \'{response.text}\'')
|
||||
generated_messages.append(response)
|
||||
self.outbound_messages.put(response)
|
||||
time.sleep(1)
|
||||
|
Loading…
Reference in New Issue
Block a user