Liam Dyer commited on
Commit
8815210
1 Parent(s): efce880
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ def convert(input_file):
17
  os.system(f"pandoc {input_file} -t markdown -o {output_file}")
18
 
19
  # Read the file and delete
20
- markdown = ""
21
  with open(output_file, "r") as f:
22
  markdown = f.read()
23
  os.remove(output_file)
 
17
  os.system(f"pandoc {input_file} -t markdown -o {output_file}")
18
 
19
  # Read the file and delete
 
20
  with open(output_file, "r") as f:
21
  markdown = f.read()
22
  os.remove(output_file)