Explorar el Código

[IMP] send mail

Gogs hace 7 años
padre
commit
6052f7065f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/utils/email.py

+ 1 - 1
api/utils/email.py

@@ -25,7 +25,7 @@ def send_email(message, username=None, to_admins=False, only_admins=False):
                 continue
 
             mails.append(admin.email)
-
+            
     if len(mails) == 0:
         return False