aboutsummaryrefslogtreecommitdiffstats
path: root/Automations.py
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-05-09 00:46:49 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-05-09 00:46:49 +0530
commit5602d3c06b8a096347b83182d9fed0805db97e70 (patch)
tree2a73272cfdec44617631a03941e9fe2843453fe3 /Automations.py
parentbea4f19f1f36a4bf010dacadc10b16c509097e0f (diff)
downloadzara-5602d3c06b8a096347b83182d9fed0805db97e70.tar.gz
zara-5602d3c06b8a096347b83182d9fed0805db97e70.tar.bz2
zara-5602d3c06b8a096347b83182d9fed0805db97e70.zip
Update Automations.py
Diffstat (limited to 'Automations.py')
-rw-r--r--Automations.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Automations.py b/Automations.py
index 7776618..4106768 100644
--- a/Automations.py
+++ b/Automations.py
@@ -258,7 +258,7 @@ def YouTubeAuto(command):
elif 'my channel' in query:
- web.open("https://www.youtube.com/channel/UC7A5u12yVIZaCO_uXnNhc5g")
+ web.open("https://www.youtube.com/channel/UCiK7eb2PWlhVuyE0uCj0ZwA")
else:
Speak("No Command Found!")
@@ -437,9 +437,9 @@ def Notepad():
file.write(writes)
- path_1 = "E:\\Y O U T U B E\\J A R V I S S E R I E S\\H O W T O M A K E J A R V I S\\" + str(filename)
+ path_1 = "E:\\Zara\\" + str(filename)
- path_2 = "E:\\Y O U T U B E\\J A R V I S S E R I E S\\H O W T O M A K E J A R V I S\\DataBase\\NotePad\\" + str(filename)
+ path_2 = "E:\\Zara\\DataBase\\NotePad\\" + str(filename)
os.rename(path_1,path_2)