1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-09-19 14:23:27 +01:00

enable key2 for allota

This commit is contained in:
thurask 2018-06-11 22:42:56 -04:00
parent d5b5c94f42
commit e4313a713f
No known key found for this signature in database
GPG Key ID: A6CCCDEA29795048

View File

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