Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
1109feb
1
Parent(s):
c27763c
test
Browse files
app.py
CHANGED
|
@@ -247,7 +247,7 @@ if __name__ == "__main__":
|
|
| 247 |
files_dir = os.path.join(os.path.dirname(__file__), "files")
|
| 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)
|
|
|
|
| 247 |
files_dir = os.path.join(os.path.dirname(__file__), "files")
|
| 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)
|