Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 73a28591
authored
2023-10-02 19:46:20 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
postloggin
1 parent
17513a12
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main.py
main.py
View file @
73a2859
...
@@ -153,7 +153,6 @@ def report():
...
@@ -153,7 +153,6 @@ def report():
d
=
request
.
json
d
=
request
.
json
plate
=
d
[
'header'
][
'patente'
]
plate
=
d
[
'header'
][
'patente'
]
s
=
SI
(
SI
.
Chrome
)
s
=
SI
(
SI
.
Chrome
)
FozaDiaria
.
BuscarDatosDominio
(
plate
.
upper
(),
selenium
=
s
)
answer
=
{
answer
=
{
"header"
:
{},
"header"
:
{},
...
@@ -180,6 +179,7 @@ def report():
...
@@ -180,6 +179,7 @@ def report():
except
:
except
:
s
.
driver
.
quit
()
s
.
driver
.
quit
()
return
f
"Error en el login"
return
f
"Error en el login"
FozaDiaria
.
BuscarDatosDominio
(
plate
.
upper
(),
selenium
=
s
)
try
:
try
:
answer
=
gototec
(
s
,
answer
)
answer
=
gototec
(
s
,
answer
)
except
:
except
:
...
...
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