rameshmoorthy commited on
Commit
ca341c0
·
verified ·
1 Parent(s): 3cd0174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def generate_report(file, type):
34
 
35
  # Reading the file and storing in a variable
36
  contents = HTMLFileToBeOpened.read()
37
- print(contents))
38
 
39
  temp_file3 = NamedTemporaryFile(delete=False, suffix=".html")
40
  temp_file3.write(report)
 
34
 
35
  # Reading the file and storing in a variable
36
  contents = HTMLFileToBeOpened.read()
37
+ print(contents)
38
 
39
  temp_file3 = NamedTemporaryFile(delete=False, suffix=".html")
40
  temp_file3.write(report)