smoller bug fix
This commit is contained in:
parent
936558779b
commit
1a82cac16f
@ -477,6 +477,8 @@ def loadBooksFromDB():
|
|||||||
return books
|
return books
|
||||||
|
|
||||||
def mrbGetBook(mrbdf, title, authors):
|
def mrbGetBook(mrbdf, title, authors):
|
||||||
|
title = title.split('(')[0]
|
||||||
|
title = title.replace('*','')
|
||||||
pot = mrbdf[mrbdf['title'].str.contains(title)]
|
pot = mrbdf[mrbdf['title'].str.contains(title)]
|
||||||
for author in authors:
|
for author in authors:
|
||||||
for part in author.split(" "):
|
for part in author.split(" "):
|
||||||
|
Loading…
Reference in New Issue
Block a user