diff --git a/INITBASE/loader.py b/INITBASE/loader.py index cc9010d..304d387 100755 --- a/INITBASE/loader.py +++ b/INITBASE/loader.py @@ -204,8 +204,8 @@ try : idoeuvre = insert(cur,"oeuvres",datas) i+=1 - #On Cree utilisateur decouvrir le muse - datas = { "id" : "1", "nom": "Découverte", "image" : "1.png" } + #On Cree utilisateur decouvrir le musee + datas = { "id" : "1", "nom": "Découverte", "image" : "imgs/avatar/1.png" } insert(cur,"referents",datas) con.commit() diff --git a/SRC/public/imgs/avatar/1.png b/SRC/public/imgs/avatar/1.png index 23336b7..2fc63f1 100644 Binary files a/SRC/public/imgs/avatar/1.png and b/SRC/public/imgs/avatar/1.png differ