mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-17 13:20:25 -04:00
Added daemon mode
This commit is contained in:
parent
34b377bafe
commit
c6e26e7f7f
10 changed files with 46 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue