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 ca581992
authored
2024-04-23 19:12:11 -0300
by
juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Mejoro la condiciones de alta servicio
1 parent
79003f99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
Wpp1State.py
Wpp1State.py
View file @
ca58199
...
...
@@ -20,7 +20,7 @@ class StatePhoneWs():
def
Suspensor
(
self
,
data
):
"""Envia a señal al server de chrome para levantar el navegador"""
url
=
data
[
'chrome_service'
]
if
url
in
[
False
,
None
,
""
,
" "
]:
if
url
in
[
False
,
None
,
""
,
" "
,
"none"
,
"None"
]:
return
()
try
:
print
(
"#"
)
...
...
@@ -29,6 +29,7 @@ class StatePhoneWs():
print
(
"#"
)
except
Exception
as
E
:
print
(
E
)
print
(
url
)
def
ChequearTelefono
(
self
,
telefono
,
data
=
False
):
"""Chequea estado es el server remoto si esta conectado se almasena la
...
...
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