patrickvonplaten commited on
Commit
e548d82
·
1 Parent(s): 1fb0efd
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -132,11 +132,10 @@ def convert(*keywords):
132
  except Exception as e:
133
  print(f"{filename} not working because \n {e}")
134
 
135
- print(filename)
136
-
137
- break
138
  break
139
 
 
 
140
  result_files = list(set(result_files))
141
 
142
  for file in result_files:
 
132
  except Exception as e:
133
  print(f"{filename} not working because \n {e}")
134
 
 
 
 
135
  break
136
 
137
+ print(f"Len {result_files}")
138
+
139
  result_files = list(set(result_files))
140
 
141
  for file in result_files: