From 1805846241a0335bd759d94efbd2e3cc04777061 Mon Sep 17 00:00:00 2001 From: justuser-31 Date: Sat, 31 Jan 2026 13:48:27 +0300 Subject: [PATCH] Update main.py --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index 43f14ac..7c8962a 100644 --- a/main.py +++ b/main.py @@ -524,8 +524,6 @@ class FileServerHandler(BaseHTTPRequestHandler): files.append(fname) files_html = "" - #for fname in files: - # files_html += f"
{fname}
" for fname in files: download_url = f"/explore/{username}/{fname}" files_html += f""" @@ -736,4 +734,4 @@ def main(): httpd.serve_forever() if __name__ == "__main__": - main() \ No newline at end of file + main()