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)