aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Biswa 2022-05-09 00:46:49 +0530
committerGravatar GitHub 2022-05-09 00:46:49 +0530
commit4e3148030db85f735627a9f0626c436b9c9544ef (patch)
tree2a73272cfdec44617631a03941e9fe2843453fe3
parent599a699e8d78d74d221a68c2d909c15b7f3543db (diff)
downloadzara-4e3148030db85f735627a9f0626c436b9c9544ef.tar.gz
zara-4e3148030db85f735627a9f0626c436b9c9544ef.tar.bz2
zara-4e3148030db85f735627a9f0626c436b9c9544ef.zip
Update 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)