diff --git a/venv/virtual.py b/venv/virtual.py index b8eda2f..fb1c96e 100644 --- a/venv/virtual.py +++ b/venv/virtual.py @@ -166,6 +166,8 @@ def takeCommand(): speak(answer) print(answer) + elif 'linkedin' in statement: + webbrowser.open_new_tab("linkedin.com") elif "log off" in statement or "sign out" in statement: speak("Ok , your pc will log off in 10 sec make sure you exit from all applications")