Переход от месива из баш скриптов к нормальному питоновскому коду #5

Merged
lulzette merged 32 commits from move-to-python into master 2022-11-13 12:45:18 +03:00
Showing only changes of commit 2b5b0a182e - Show all commits

View File

@ -46,7 +46,8 @@ def checkAlive(streamers, client_id):
else: else:
print(i+" Не стримит") print(i+" Не стримит")
def removeOldStreams():
pass
if __name__ == "__main__": if __name__ == "__main__":
checkAlive(config_python.streamers, config_python.twitchid) checkAlive(config_python.streamers, config_python.twitchid)