From 2b5b0a182ebd8c7c0386bfd8046f3e1467977259 Mon Sep 17 00:00:00 2001 From: Lulzette Date: Sun, 18 Jul 2021 00:32:01 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D1=82=D0=BE=D1=82=D0=B8?= =?UTF-8?q?=D0=BF=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=B8=20=D1=83?= =?UTF-8?q?=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D1=80=D1=8B=D1=85=20=D1=81=D1=82=D1=80=D0=B8=D0=BC=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daemon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index b9f5e19..ee8353c 100644 --- a/daemon.py +++ b/daemon.py @@ -46,7 +46,8 @@ def checkAlive(streamers, client_id): else: print(i+" Не стримит") - +def removeOldStreams(): + pass if __name__ == "__main__": checkAlive(config_python.streamers, config_python.twitchid)