From 4e3148030db85f735627a9f0626c436b9c9544ef Mon Sep 17 00:00:00 2001 From: Biswa Date: Mon, 9 May 2022 00:46:49 +0530 Subject: Update Automations.py --- Automations.py | 6 +++--- 1 file 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) -- cgit v1.2.3-54-g00ecf