aggiornamento domini

This commit is contained in:
marco
2020-08-19 19:47:18 +02:00
parent 17def48a3e
commit 8efde4ce75
3 changed files with 4 additions and 5 deletions

View File

@@ -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