elif "go online" in result["text"]:
os.system("clear")
stream.stop_stream()
print("Sir: " + result["text"])
speak("Switching to online mode")
os.system("open /Users/************/PycharmProjects/K.I.T.T/K"
".I.T.T._online.py")
quit
Instead of opening a new tab inside Pycharm it just opens 3 windows outside with a different ide? what am i doing wrong?