generated from justuser-31/mrl_v1_license
Update main.py
This commit is contained in:
parent
91cc2052d6
commit
1805846241
4
main.py
4
main.py
@ -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"""
|
||||||
@ -736,4 +734,4 @@ def main():
|
|||||||
httpd.serve_forever()
|
httpd.serve_forever()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user