From bc72da118ee358534a0497084db08f577e0f17d7 Mon Sep 17 00:00:00 2001 From: lulzette Date: Thu, 1 Jun 2023 23:35:39 +0300 Subject: [PATCH] =?UTF-8?q?[#4]=20=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=D1=8B=20=D1=81=20=D0=BD=D0=B5?= =?UTF-8?q?=D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D1=83=D1=8E=D1=89?= =?UTF-8?q?=D0=B8=D0=BC/=D0=B7=D0=B0=D0=B1=D0=BB=D0=BE=D0=BA=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D0=BC=20=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 7ff59d7..86f0254 100644 --- a/daemon.py +++ b/daemon.py @@ -113,7 +113,7 @@ def check_stream(): 'red', ) ) - break + continue # Создаем путь до диры со стримером, если папка не существует if not (os.path.exists(path)): os.makedirs(path)