diva: fix start request

This commit is contained in:
2023-10-04 23:25:10 -04:00
parent 53c74c6511
commit f836b5dd21
3 changed files with 7 additions and 2 deletions

View File

@ -106,6 +106,9 @@ class StartResponse(BaseResponse):
#self.cv_bv: str = "-1,-1,-1,-1"
self.cv_bv: str = "-1,-1,-1,-1"
self.cv_bf: str = "-1,-1,-1,-1"
self.cnp_cid=-1
self.cnp_val=-1
self.cnp_rr=-1
self.my_qst_id: str = ",".join(["-1"] * 25)
self.my_qst_sts: str = ",".join("0" * 5) + "," + ",".join(["-1"] * 20)
self.my_qst_prgrs: str = ",".join("0" * 5) + "," + ",".join(["-1"] * 20)