CO - Bug fix

community
Steve L. Nyemba 7 years ago
parent 0b68b813af
commit 8493dcaaf2

@ -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()

Loading…
Cancel
Save