mirror of
https://github.com/Llloooggg/MIXplayer.git
synced 2026-03-06 03:56:23 +03:00
Исправил опечатку
This commit is contained in:
2
start.py
2
start.py
@@ -1,7 +1,7 @@
|
|||||||
from os import path, system
|
from os import path, system
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
print('Welcome to MixPlayer`s whatchdog!\n')
|
print('Welcome to MixPlayer`s watchdog!\n')
|
||||||
currentPath = path.dirname(path.realpath(__file__))
|
currentPath = path.dirname(path.realpath(__file__))
|
||||||
while True:
|
while True:
|
||||||
system('python ' + currentPath + '/MIXplayer.py')
|
system('python ' + currentPath + '/MIXplayer.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user