diff --git a/app.py b/app.py index 9ee90bc..74bf3ef 100755 --- a/app.py +++ b/app.py @@ -74,11 +74,12 @@ def error404(error): @bottle.get('/favicon.ico') def favicon(): - """ - """ - return bottle.static_file('favicon.ico', root='./') +@bottle.get('/robots.txt') +def robotstxt(): + return "" + @bottle.get('/static/', name='static') def static(filename): """