From 6f27b2208809800d370e70c3bbd1636dbfa90314 Mon Sep 17 00:00:00 2001 From: Maciej Bowszys Date: Fri, 3 Jul 2026 00:26:06 +0200 Subject: [PATCH] 260703_002606 --- moira_db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moira_db.go b/moira_db.go index d9cf0bd..cdae39e 100644 --- a/moira_db.go +++ b/moira_db.go @@ -252,7 +252,7 @@ func hdlr_film_parseMsg(resp http.ResponseWriter, req *http.Request){ db_film[string(len(db_film)-1)] = t_film - t_json, _ := json.MarshalIndent(t_film, "", " ") + t_json, _ := json.MarshalIndent(db_film, "", " ") fmt.Printf("%+v\n", string(t_json)) http.Redirect(resp, req, "/film/view/?id="+string(len(db_film)-1), http.StatusFound)