From 2d4130ed3078433b584271d5d54e4ff7098f6a27 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 5 Sep 2021 21:32:15 +1000 Subject: [PATCH] fix comment --- files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files.py b/files.py index 45da43f..4bfacb3 100644 --- a/files.py +++ b/files.py @@ -291,7 +291,7 @@ def files_sp(): ################################################################################ -# /files -> show thumbnail view of files from storage_path +# /files -> show thumbnail view of files from recycle_bin_path ################################################################################ @app.route("/files_rbp", methods=["GET", "POST"]) @login_required