MASTER --> master

This commit is contained in:
Christian Clauss 2021-10-10 17:10:12 +02:00 committed by GitHub
parent 7c23f6768b
commit 4c729692c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")