Исправил опечатку

This commit is contained in:
2020-04-08 14:56:33 +03:00
committed by GitHub
parent 41dab954c7
commit c1c05c4cfb

View File

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