Added daemon mode

This commit is contained in:
Mark Qvist 2022-05-17 13:11:04 +02:00
parent 34b377bafe
commit c6e26e7f7f
10 changed files with 46 additions and 14 deletions

View file

@ -66,7 +66,8 @@ class Conversation:
except Exception as e:
pass
Conversation.created_callback()
if Conversation.created_callback != None:
Conversation.created_callback()
return ingested_path