diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-25 18:45:35 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-25 18:45:35 +0000 |
commit | a851eba9a0f5928d8c53eea443fa2e8ba337d3a5 (patch) | |
tree | bd1f9aca4e2f8a4adb8cb3cf17e973cc41fc4e8d /apps/photos | |
parent | cbe6d29388f0d96c3c9dec96f741c08e52464b65 (diff) |
fixed photo gallery css bug
Diffstat (limited to 'apps/photos')
-rw-r--r-- | apps/photos/retriever.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/photos/retriever.py b/apps/photos/retriever.py index 40de591..64889ba 100644 --- a/apps/photos/retriever.py +++ b/apps/photos/retriever.py @@ -174,7 +174,6 @@ def slideshow_image(photo): filename = '%s/%s.jpg' %(slide_dir, photo.flickr_id) img.save(filename) photo.slideshowimage_width = photo.get_width - print photo.get_width, photo.slideshowimage_width photo.slideshowimage_height = photo.get_height photo.slideshowimage_margintop = photo.get_margin_top photo.slideshowimage_marginleft = photo.get_margin_left |