rameshmoorthy commited on
Commit
af6630f
1 Parent(s): 0d398ac

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(contents.encode('utf-8'))
 
34
 
35
  # Reading the file and storing in a variable
36
  contents = HTMLFileToBeOpened.read()
37
+
38
 
39
  temp_file3 = NamedTemporaryFile(delete=False, suffix=".html")
40
  temp_file3.write(contents.encode('utf-8'))