Implement AI workspace and mitigation workflow
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from core.util import logs
|
||||
|
||||
from core.clients.signal import SignalClient
|
||||
from core.clients.xmpp import XMPPClient
|
||||
from core.util import logs
|
||||
|
||||
|
||||
class UnifiedRouter(object):
|
||||
"""
|
||||
@@ -22,10 +22,9 @@ class UnifiedRouter(object):
|
||||
self.xmpp.start()
|
||||
self.signal.start()
|
||||
|
||||
|
||||
def run(self):
|
||||
try:
|
||||
#self.xmpp.client.client.process()
|
||||
# self.xmpp.client.client.process()
|
||||
# self.xmpp.start()
|
||||
print("IN RUN BEFORE START")
|
||||
self._start()
|
||||
|
||||
Reference in New Issue
Block a user