summaryrefslogtreecommitdiff
path: root/fbin.py
diff options
context:
space:
mode:
Diffstat (limited to 'fbin.py')
-rwxr-xr-xfbin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbin.py b/fbin.py
index 726a87c..2bda843 100755
--- a/fbin.py
+++ b/fbin.py
@@ -429,7 +429,7 @@ class Application(object):
def static(self, environ, start_response, path):
filename = path[1]
- if not filename in ('style.css',):
+ if not filename in ('style.css', 'no-thumbnail.png'):
start_response('404 Not Found', [])
return []