diff --git a/start.py b/start.py index 7ad2e4f..69d034a 100644 --- a/start.py +++ b/start.py @@ -1,7 +1,7 @@ from os import path, system from time import sleep -print('Welcome to MixPlayer`s whatchdog!\n') +print('Welcome to MixPlayer`s watchdog!\n') currentPath = path.dirname(path.realpath(__file__)) while True: system('python ' + currentPath + '/MIXplayer.py')