mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-09 13:19:28 +01:00
Stop cherrypy from complaining about a relative favicon path
This commit is contained in:
@@ -56,7 +56,7 @@ def initialize(options={}):
|
||||
},
|
||||
'/favicon.ico':{
|
||||
'tools.staticfile.on': True,
|
||||
'tools.staticfile.filename': "images/favicon.ico"
|
||||
'tools.staticfile.filename': os.path.join(os.path.abspath(os.curdir),"images" + os.sep + "favicon.ico")
|
||||
},
|
||||
'/cache':{
|
||||
'tools.staticdir.on': True,
|
||||
|
||||
Reference in New Issue
Block a user