Update main.py

This commit is contained in:
justuser-31 2026-01-31 13:48:27 +03:00
parent 91cc2052d6
commit 1805846241

View File

@ -524,8 +524,6 @@ class FileServerHandler(BaseHTTPRequestHandler):
files.append(fname) files.append(fname)
files_html = "" files_html = ""
#for fname in files:
# files_html += f"<div>{fname}</div>"
for fname in files: for fname in files:
download_url = f"/explore/{username}/{fname}" download_url = f"/explore/{username}/{fname}"
files_html += f""" files_html += f"""