From 69fa5e7bf49f24af5097f2cfb48b5cc810f5302a Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Tue, 25 Jan 2022 17:34:50 +0100 Subject: [PATCH] updateDomains: evita di modificare findhost --- channels.json | 2 +- tools/updateDomains.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/channels.json b/channels.json index 2d48d622..233d90a7 100644 --- a/channels.json +++ b/channels.json @@ -41,7 +41,7 @@ "altadefinizione": "https://altadefinizione.nuovo.live", "altadefinizionecommunity": "https://altaregistrazione.net", "animealtadefinizione": "https://www.animealtadefinizione.it", - "cineblog01": "https://cb01.cfd", + "cineblog01": "https://cb01.uno", "filmpertutti": "https://filmpertuttiii.nuovo.live" } } \ No newline at end of file diff --git a/tools/updateDomains.py b/tools/updateDomains.py index a7c1de05..f418265f 100644 --- a/tools/updateDomains.py +++ b/tools/updateDomains.py @@ -50,6 +50,8 @@ if __name__ == '__main__': print(chann + ' not exists anymore') del data[k][chann] continue + if k == 'findhost': + continue # to get an idea of the timing # useful only if you control all channels # for channels with error 522 about 40 seconds are lost ...