diff options
| author | VG <vg@devys.org> | 2014-11-30 12:52:01 +0100 | 
|---|---|---|
| committer | VG <vg@devys.org> | 2014-11-30 12:52:01 +0100 | 
| commit | f6bf1a5b87ff024f46221ea0fca01dbc53481209 (patch) | |
| tree | efae4fb81aff7066aa8ad318db1f6bc8e0c125f8 | |
| parent | 5c502a9a7649f7cc8d6b150258bef8bd506a5521 (diff) | |
| download | pasteme-f6bf1a5b87ff024f46221ea0fca01dbc53481209.tar.gz pasteme-f6bf1a5b87ff024f46221ea0fca01dbc53481209.tar.bz2 pasteme-f6bf1a5b87ff024f46221ea0fca01dbc53481209.zip | |
add cosmetic change
| -rwxr-xr-x | pasteme.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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>') | 
