diff --git a/server.py b/server.py index 2e83b1e..670dcd0 100644 --- a/server.py +++ b/server.py @@ -74,9 +74,9 @@ def upload_file(): result = {} for i in retData: for j in range(len(i[1])): - result[i[0]+": flipflop #"+str(j)]= i[1][j] + result[i[0]+"flipflop #"+str(j)]= i[1][j] for j in range(len(i[2])): - result[i[0]+": consistent #"+str(j)]=i[2][j] + result[i[0]+"consistent #"+str(j)]=i[2][j] return render_template("result.html",result = result) # first cut file lenghts down the concat them