|
|
@ -434,6 +434,4 @@ class Orchestrator(Actor):
|
|
|
|
conf = {"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome":"https://the-phi.com"}
|
|
|
|
conf = {"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome":"https://the-phi.com"}
|
|
|
|
a = Actor.instance('Apps',conf)
|
|
|
|
a = Actor.instance('Apps',conf)
|
|
|
|
if __name__ == '__main__':
|
|
|
|
if __name__ == '__main__':
|
|
|
|
thread = Orchestrator()
|
|
|
|
print dir(a)
|
|
|
|
thread.start()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|