This commit is contained in:
commit
3db05c5546
|
@ -75,7 +75,7 @@ def drquestions(companyid,path,userid):
|
|||
notinlist = []
|
||||
while sheet['c'+str(i)].value!=None:
|
||||
type = sheet['a'+str(i)].value.replace(' ', '')
|
||||
cate = str(sheet['b'+str(i)]).value.replace(' ', '')
|
||||
cate = sheet['b'+str(i)].value.replace(' ', '')
|
||||
title = sheet['c'+str(i)].value
|
||||
answer = {}
|
||||
if sheet['d'+str(i)].value:
|
||||
|
|
Loading…
Reference in New Issue