mirror of
https://github.com/Llloooggg/MIXplayer.git
synced 2026-03-06 03:56:23 +03:00
Старт
This commit is contained in:
9
start.py
Normal file
9
start.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from os import path, system
|
||||
from time import sleep
|
||||
|
||||
print('Welcome to MixPlayer`s whatchdog!\n')
|
||||
currentPath = path.dirname(path.realpath(__file__))
|
||||
while True:
|
||||
system('python ' + currentPath + '/MIXplayer.py')
|
||||
print('\nRestart in 10 seconds...')
|
||||
sleep(10)
|
||||
Reference in New Issue
Block a user