Skip to content

Commit

Permalink
dsf
Browse files Browse the repository at this point in the history
  • Loading branch information
swissme8888 committed May 2, 2017
1 parent 84fb792 commit 23732e4
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 @@ -77,9 +77,9 @@ def upload_file():
#result[str(filedata2[:10])]=filedata1
for i in retData:
for j in range(len(i[1])):
result[str(i[0])]= " <<<<<FLIPFLOPP>>>>>: "+i[1][j]
result[i[0]]= " <<<<<FLIPFLOPP>>>>>: "+i[1][j]
for j in range(len(i[2])):
result[str(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 23732e4

Please # to comment.