Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
message-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit fc9fc32f
authored
2022-06-02 20:02:48 +0000
by
Juan Pablo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
por las dudas
1 parent
0ae53c9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
ValidacionTelefonos.py
config.py
ValidacionTelefonos.py
View file @
fc9fc32
...
...
@@ -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
):
...
...
config.py
View file @
fc9fc32
...
...
@@ -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"
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment