Skip to content
Snippets Groups Projects
Verified Commit 1dfdf629 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

fix: OOPSIE i forgor a )

parent 8e4b4d6c
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ pub async fn list_files(req: &mut Request, res: &mut Response) {
html.push_str("</table>");
// Log this to the server console
tracing::info!("New Request: /my_files ({} Files", count_file_metrics(&files) );
tracing::info!("New Request: /my_files ({} Files)", count_file_metrics(&files) );
let template_filename = "my_files.html";
let template = TemplateStruct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment