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 47857217
authored
2023-10-04 17:02:53 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
para andar
1 parent
da840dcc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
fosadiaria.py
main.py
fosadiaria.py
View file @
4785721
...
@@ -60,7 +60,7 @@ class FosaDiaria():
...
@@ -60,7 +60,7 @@ class FosaDiaria():
def
ProcesarDatos
(
self
,
df
,
dia
):
def
ProcesarDatos
(
self
,
df
,
dia
):
data
=
df
.
to_dict
()
data
=
df
.
to_dict
()
print
(
data
[
"domino"
],
type
(
data
[
"domino"
]))
#
print(data["domino"], type(data["domino"]))
try
:
try
:
test
=
self
.
Cache
[
dia
]
test
=
self
.
Cache
[
dia
]
#print(test)
#print(test)
...
...
main.py
View file @
4785721
...
@@ -179,8 +179,12 @@ def report():
...
@@ -179,8 +179,12 @@ def report():
except
:
except
:
s
.
driver
.
quit
()
s
.
driver
.
quit
()
return
f
"Error en el login"
return
f
"Error en el login"
fin
=
FozaDiaria
.
BuscarDatosDominio
(
plate
.
upper
(),
selenium
=
s
)
try
:
print
(
fin
)
fin
=
FozaDiaria
.
BuscarDatosDominio
(
plate
.
upper
(),
selenium
=
s
)
#print(fin)
answer
[
'header'
][
"hora"
]
=
fin
except
:
pass
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