1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-09-19 22:33:25 +01:00

Skip all DTEK PRDs as they get their OTAs from elsewhere.

This commit is contained in:
Markus Birth 2018-05-16 13:22:47 +02:00
parent 5f0e334318
commit 7604fe2335
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -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