From 7604fe2335739f8ccfc4646be188e59181c87132 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Wed, 16 May 2018 13:22:47 +0200 Subject: [PATCH] Skip all DTEK PRDs as they get their OTAs from elsewhere. --- tclcheck_allota.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tclcheck_allota.py b/tclcheck_allota.py index 26a1b47..5a90262 100755 --- a/tclcheck_allota.py +++ b/tclcheck_allota.py @@ -41,6 +41,8 @@ runner = RequestRunner(ServerVoteSelector()) runner.max_tries = 20 for prd, variant in prds.items(): + if prd[:3] != "PRD": + continue model = variant["variant"] lastver = variant["last_ota"] lastver = variant["last_full"] if lastver is None else lastver