autocompl and details with accureate time

This commit is contained in:
Q
2023-08-20 11:47:11 +03:00
parent f5449533a5
commit 0c097e52e1
3 changed files with 7 additions and 6 deletions

View File

@@ -160,6 +160,7 @@ def ls():
return "Error", 401
return "\n".join(file_list()), 200
@app.route("/ls-simple", methods=["GET"])
def ls_simple():
"""