diff --git a/imgin/config.py b/imgin/config.py index ff340c7..728fc41 100644 --- a/imgin/config.py +++ b/imgin/config.py @@ -1,4 +1,3 @@ IMAGE_CACHE = '/tmp/imgin-imgur-images/' -SINGLE_IMAGE_DELETE_AFTER_SECS = 60 -ALBUM_DELETE_AFTER_SECS = 120 +SINGLE_IMAGE_DELETE_AFTER_SECS = 600 template_dir = 'imgin/web/' \ No newline at end of file diff --git a/imgin/web/gallery.html b/imgin/web/gallery.html index f556b57..8d7b4ce 100644 --- a/imgin/web/gallery.html +++ b/imgin/web/gallery.html @@ -10,7 +10,7 @@ % for img in imgs: - +
% end