Commit fc9fc32f by Juan Pablo

por las dudas

1 parent 0ae53c9e
...@@ -121,6 +121,8 @@ class ValidacionTelefonosArgentinos(): ...@@ -121,6 +121,8 @@ class ValidacionTelefonosArgentinos():
TEL = False TEL = False
if not len(TEL) == 10: if not len(TEL) == 10:
TEL = False TEL = False
else:
TEL = "9"+TEL
return(TEL) return(TEL)
def AgregarAreaDefault(self, tel, area): def AgregarAreaDefault(self, tel, area):
......
...@@ -2,7 +2,7 @@ WS_URL = "https://www.waboxapp.com/api/send/" ...@@ -2,7 +2,7 @@ WS_URL = "https://www.waboxapp.com/api/send/"
WS_Status = "https://www.waboxapp.com/api/status/" WS_Status = "https://www.waboxapp.com/api/status/"
WS_token = "fd378337aebead91c2eb25209aa51a7d5ce9754ea1718" WS_token = "fd378337aebead91c2eb25209aa51a7d5ce9754ea1718"
WS_uid = "5493412641022" WS_uid = "5493412641022"
FILE_server = "https://archivos.hgtsa.com.ar/" FILE_server = "https://img.hgtsa.com.ar/"
SMTP_username = "anac.avisos@gmail.com" SMTP_username = "anac.avisos@gmail.com"
SMTP_password = "xvc7733455" SMTP_password = "xvc7733455"
SMTP_HOST = "smtp.gmail.com" SMTP_HOST = "smtp.gmail.com"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!