Skip to content

Commit

Permalink
changed formate
Browse files Browse the repository at this point in the history
  • Loading branch information
swissme8888 committed May 2, 2017
1 parent c1b28f9 commit 73f1b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def upload_file():
result = {}
for i in retData:
for j in range(len(i[1])):
result[i[0]+" flipflop: "]= i[1][j]
result[i[0]]= " <<<<<FLIPFLOPP>>>>>: "+i[1][j]
for j in range(len(i[2])):
result[i[0]+" consistent: "]=i[2][j]
result[i[0]]=" <<<<<CONSISTENT>>>>>: "+i[2][j]
return render_template("result.html",result = result)
# first cut file lenghts down the concat them
else:
Expand Down

0 comments on commit 73f1b17

Please # to comment.