* src/plugins/BookReport.py (__init__): Fix url.
svn: r6615
This commit is contained in:
@ -306,7 +306,7 @@ class BookList:
|
||||
"""
|
||||
|
||||
self.bookmap = {}
|
||||
self.file = os.path.join(const.home_dir,filename)
|
||||
self.file = os.path.join('file:',const.home_dir,filename)
|
||||
self.parse()
|
||||
|
||||
def delete_book(self,name):
|
||||
|
Reference in New Issue
Block a user