some fixes

This commit is contained in:
mac12m99
2019-06-06 22:57:32 +02:00
parent f1222d0232
commit 45796c324a
20 changed files with 44 additions and 102 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ def search(item, texto):
logger.info()
if texto != "":
texto = texto.replace(" ", "+")
item.url = host + "search?q=" + texto
item.url = host + "/search?q=" + texto
item.extra = "busqueda"
try:
return list_all(item)