aggiornamento domini
This commit is contained in:
@@ -54,7 +54,6 @@ def search(item, text):
|
||||
item.url = host + '/?s=' + text
|
||||
item.args = 'search'
|
||||
try:
|
||||
item.contentType = '' # non fa uscire le voci nel context menu
|
||||
return peliculas(item)
|
||||
|
||||
except:
|
||||
|
||||
@@ -88,7 +88,7 @@ def search(item, texto):
|
||||
except:
|
||||
import sys
|
||||
for line in sys.exc_info():
|
||||
logger.error("%s" % line)
|
||||
support.log("%s" % line)
|
||||
return []
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ def newest(categoria):
|
||||
except:
|
||||
import sys
|
||||
for line in sys.exc_info():
|
||||
logger.error("{0}".format(line))
|
||||
support.log("{0}".format(line))
|
||||
return []
|
||||
|
||||
return itemlist
|
||||
|
||||
Reference in New Issue
Block a user