260703_002947

This commit is contained in:
Maciej J. Bowszys 2026-07-03 00:29:47 +02:00
parent dbf44c4071
commit 1584bf039e

View File

@ -250,7 +250,7 @@ func hdlr_film_parseMsg(resp http.ResponseWriter, req *http.Request){
fmt.Println(t_url_noRed)
t_film, _ := fetch_filmInfo(t_url_noRed)
db_film[fmt.Sprintf("%d",len(db_film)-1)] = t_film
db_film[fmt.Sprintf("%d",len(db_film))] = t_film
t_json, _ := json.MarshalIndent(db_film, "", " ")
fmt.Printf("%+v\n", string(t_json))