mirror of
https://github.com/searx/searx
synced 2025-09-04 00:15:46 +00:00
[fix] debug print removed
This commit is contained in:
@@ -173,7 +173,6 @@ def opensearch():
|
|||||||
|
|
||||||
@app.route('/favicon.ico')
|
@app.route('/favicon.ico')
|
||||||
def favicon():
|
def favicon():
|
||||||
print os.path.join(app.root_path, 'static/img'), 'asdf'
|
|
||||||
return send_from_directory(os.path.join(app.root_path, 'static/img'),
|
return send_from_directory(os.path.join(app.root_path, 'static/img'),
|
||||||
'favicon.png', mimetype='image/vnd.microsoft.icon')
|
'favicon.png', mimetype='image/vnd.microsoft.icon')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user