setting diesel up more
This commit is contained in:
parent
37a2dbd986
commit
caed6e6367
5 changed files with 10 additions and 11 deletions
|
@ -83,6 +83,7 @@ mod image_model {
|
|||
println!("SHOWING IMAGES");
|
||||
for image in results {
|
||||
println!("{}", image.title);
|
||||
println!("{}", image.id);
|
||||
println!("--------------\n");
|
||||
println!("{}", image.path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue