From c1c05c4cfb4cef0cb4127e8817c1bb103b3a5e49 Mon Sep 17 00:00:00 2001 From: Denis Podshivalov Date: Wed, 8 Apr 2020 14:56:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')