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
|
||||
|
Reference in New Issue
Block a user