Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
@@ -95,7 +95,7 @@ def print_directory_tree(path):
|
|
95 |
for f in files:
|
96 |
printstr += indent
|
97 |
printstr += f
|
98 |
-
|
99 |
|
100 |
|
101 |
def copy_zip_extract_and_report():
|
|
|
95 |
for f in files:
|
96 |
printstr += indent
|
97 |
printstr += f
|
98 |
+
return printstr
|
99 |
|
100 |
|
101 |
def copy_zip_extract_and_report():
|