Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
4863292
1
Parent(s):
1109feb
TEST
Browse files
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
|