From 4c729692c31e93a9b0dd468b03e9f69a02e24d89 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 10 Oct 2021 17:10:12 +0200 Subject: [PATCH] MASTER --> master --- Jarvis2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jarvis2.py b/Jarvis2.py index ec90bd4..a79865d 100755 --- a/Jarvis2.py +++ b/Jarvis2.py @@ -15,7 +15,7 @@ import wikipedia import gui print("Initializing Jarvis....") -MASTER = getpass.getuser() or "Harsha" +master = getpass.getuser() or "Harsha" engine = pyttsx3.init() voices = engine.getProperty("voices")