修复bug
This commit is contained in:
parent
0af6ff0f3b
commit
fc1ba2aec1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Ans(StdAns):
|
|||
if count < 5:
|
||||
# soft = list()
|
||||
for i in range(count):
|
||||
soft= req['results'][i]['Name']
|
||||
soft+= req['results'][i]['Name']+'\n'
|
||||
else:
|
||||
for i in range(5):
|
||||
soft+=req['results'][i]['Name']+'\n'
|
||||
|
|
Loading…
Reference in a new issue