diff --git a/source/app/controllers/helper.py b/source/app/controllers/helper.py index 6ba1863..efc7274 100644 --- a/source/app/controllers/helper.py +++ b/source/app/controllers/helper.py @@ -287,7 +287,7 @@ class SendMail(object): if '535' in str(e): self._error = 'Nombre de usuario o contraseña inválidos' return False - print (e) + # ~ print (e) if '534' in str(e) and 'gmail' in self._config['servidor']: self._error = 'Necesitas activar el acceso a otras ' \ 'aplicaciones en tu cuenta de GMail' @@ -1054,4 +1054,4 @@ class PrintTicket(object): self._t(self.LEYENDA) self._set('center', 'A', 'B') self._t('empresalibre.net') - return \ No newline at end of file + return