Comment out osvs parameter as it doesn't seem to be used.
This commit is contained in:
parent
59e02b36cd
commit
8a02b42204
@ -74,6 +74,7 @@ class FotaCheck:
|
||||
params["cktp"] = self.cktp
|
||||
params["rtd"] = self.rtd
|
||||
params["chnl"] = self.chnl
|
||||
#params["osvs"] = self.osvs
|
||||
|
||||
req = self.sess.get(url, params=params)
|
||||
if req.status_code == 200:
|
||||
@ -183,7 +184,7 @@ if __name__ == "__main__":
|
||||
fc.serid = "3531510"
|
||||
fc.curef = "PRD-63117-011"
|
||||
fc.fv = "AAM481"
|
||||
fc.osvs = "7.1.1"
|
||||
#fc.osvs = "7.1.1"
|
||||
fc.mode = fc.MODE_OTA
|
||||
fc.cltp = 10
|
||||
|
||||
|
Reference in New Issue
Block a user