Alexandre Gazola commited on
Commit
4863292
·
1 Parent(s): 1109feb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ if __name__ == "__main__":
248
  if not os.path.exists(files_dir):
249
  print("Directory 'files/' does not exist.")
250
  else:
251
- print("\n".join(os.listdir(files_dir))
252
 
253
  print("\n" + "-"*30 + " App Starting " + "-"*30)
254
  # Check for SPACE_HOST and SPACE_ID at startup for information
 
248
  if not os.path.exists(files_dir):
249
  print("Directory 'files/' does not exist.")
250
  else:
251
+ print("\n".join(os.listdir(files_dir)))
252
 
253
  print("\n" + "-"*30 + " App Starting " + "-"*30)
254
  # Check for SPACE_HOST and SPACE_ID at startup for information