This commit is contained in:
Alhaziel01
2020-09-23 08:57:56 +02:00
parent 4050343c12
commit abf5e48f0c

View File

@@ -71,7 +71,7 @@ def newest(categoria):
except:
import sys
for line in sys.exc_info():
logger..error("{0}".format(line))
logger.error("{0}".format(line))
return []