enable key2 for allota
This commit is contained in:
parent
d5b5c94f42
commit
e4313a713f
@ -41,7 +41,7 @@ runner = RequestRunner(ServerVoteSelector())
|
||||
runner.max_tries = 20
|
||||
|
||||
for prd, variant in prds.items():
|
||||
if prd[:3] != "PRD":
|
||||
if "PRD" not in prd:
|
||||
continue
|
||||
model = variant["variant"]
|
||||
lastver = variant["last_ota"]
|
||||
|
Reference in New Issue
Block a user