MASTER --> master

This commit is contained in:
Christian Clauss
2021-10-10 17:10:12 +02:00
committed by GitHub
parent 7c23f6768b
commit 4c729692c3

View File

@@ -15,7 +15,7 @@ import wikipedia
import gui import gui
print("Initializing Jarvis....") print("Initializing Jarvis....")
MASTER = getpass.getuser() or "Harsha" master = getpass.getuser() or "Harsha"
engine = pyttsx3.init() engine = pyttsx3.init()
voices = engine.getProperty("voices") voices = engine.getProperty("voices")