aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-30 12:52:01 +0100
committerVG <vg@devys.org>2014-11-30 12:52:01 +0100
commitf6bf1a5b87ff024f46221ea0fca01dbc53481209 (patch)
treeefae4fb81aff7066aa8ad318db1f6bc8e0c125f8
parent5c502a9a7649f7cc8d6b150258bef8bd506a5521 (diff)
downloadpasteme-f6bf1a5b87ff024f46221ea0fca01dbc53481209.tar.gz
pasteme-f6bf1a5b87ff024f46221ea0fca01dbc53481209.tar.bz2
pasteme-f6bf1a5b87ff024f46221ea0fca01dbc53481209.zip
add cosmetic change
-rwxr-xr-xpasteme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pasteme.py b/pasteme.py
index c925291..26c57d1 100755
--- a/pasteme.py
+++ b/pasteme.py
@@ -37,7 +37,7 @@ def route_favicon():
return bottle.static_file('favicon.ico', root='static')
@bottle.route('/robots.txt')
-def route_favicon():
+def route_robots():
return bottle.static_file('robots.txt', root='static')
@bottle.route('/<pid>')