mirror of
https://github.com/mbirth/tcl_ota_check.git
synced 2024-11-09 22:06:47 +00:00
Skip all DTEK PRDs as they get their OTAs from elsewhere.
This commit is contained in:
parent
5f0e334318
commit
7604fe2335
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user