aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpasteme.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pasteme.py b/pasteme.py
index 57fb1f0..c925291 100755
--- a/pasteme.py
+++ b/pasteme.py
@@ -33,11 +33,11 @@ def route_static(path):
return bottle.static_file(path, root='static')
@bottle.route('/favicon.ico')
-def route_favicon(path):
+def route_favicon():
return bottle.static_file('favicon.ico', root='static')
@bottle.route('/robots.txt')
-def route_favicon(path):
+def route_favicon():
return bottle.static_file('robots.txt', root='static')
@bottle.route('/<pid>')