Commit fc9fc32f by Juan Pablo

por las dudas

1 parent 0ae53c9e
......@@ -121,6 +121,8 @@ class ValidacionTelefonosArgentinos():
TEL = False
if not len(TEL) == 10:
TEL = False
else:
TEL = "9"+TEL
return(TEL)
def AgregarAreaDefault(self, tel, area):
......
......@@ -2,7 +2,7 @@ WS_URL = "https://www.waboxapp.com/api/send/"
WS_Status = "https://www.waboxapp.com/api/status/"
WS_token = "fd378337aebead91c2eb25209aa51a7d5ce9754ea1718"
WS_uid = "5493412641022"
FILE_server = "https://archivos.hgtsa.com.ar/"
FILE_server = "https://img.hgtsa.com.ar/"
SMTP_username = "anac.avisos@gmail.com"
SMTP_password = "xvc7733455"
SMTP_HOST = "smtp.gmail.com"
......@@ -12,4 +12,4 @@ folder = "msg/"
db = "/dev/shm/messages.db"
TimeQueqe = 30
LimiteDiario = 200
ArchivoLimitesHosts = "limites.json"
\ No newline at end of file
ArchivoLimitesHosts = "limites.json"
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!