Skip to content

Commit c43bce9

Browse files
Merge pull request #1520 from mr-rathi-official-001/patch-1
Update JARVIS.py
2 parents 00d6d46 + 503c2db commit c43bce9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

JARVIS/JARVIS.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def get_dict(self):
167167
shell='powershell.exe',
168168
paint='mspaint.exe',
169169
cmd='cmd.exe',
170-
browser='C:\Program Files\Internet Explorer\iexplore.exe',
170+
browser='C:\\Program Files\\Internet Explorer\\iexplore.exe',
171171
)
172172
return _dict
173173
@@ -214,7 +214,7 @@ def get_app(Q):
214214
elif Q == "open discord":
215215
subprocess.call(["discord.exe"])
216216
elif Q == "open browser":
217-
subprocess.call(["C:\Program Files\Internet Explorer\iexplore.exe"])
217+
subprocess.call(["C:\\Program Files\\Internet Explorer\\iexplore.exe"])
218218
# patch-1
219219
elif Q == "open youtube":
220220
webbrowser.open("https://www.youtube.com/") # open youtube
@@ -280,7 +280,8 @@ def get_app(Q):
280280
"shell": "powershell.exe",
281281
"paint": "mspaint.exe",
282282
"cmd": "cmd.exe",
283-
"browser": "C:\Program Files\Internet Explorer\iexplore.exe",
283+
"browser": "C:\\Program Files\Internet Explorer\iexplore.exe",
284+
"vscode": "C:\\Users\\Users\\User\\AppData\\Local\\Programs\Microsoft VS Code"
284285
}
285286
# master
286287

0 commit comments

Comments
 (0)