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 208b02ca
authored
2023-09-05 15:43:39 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Antes de hacer Prueba
1 parent
82115599
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
main.py
main.py
View file @
208b02c
#-*- coding: utf-8 -*-
from
flask
import
Flask
,
render_template
,
request
,
url_for
,
make_response
,
redirect
from
iselenium
import
SeleniumInterface
as
SI
import
random
,
json
,
os
,
datetime
import
random
,
json
,
os
,
datetime
,
ingenieros
,
apollo
ing
=
ingenieros
.
ingenieros
()
app
=
Flask
(
__name__
)
...
...
@@ -154,8 +156,8 @@ def report():
}
answer
[
'header'
][
'patente'
]
=
plate
.
upper
()
answer
[
'header'
][
"fecha-hora"
]
=
""
answer
[
'header'
][
"ingeniero"
]
=
""
answer
[
'header'
][
"fecha-hora"
]
=
apollo
.
estaticos
.
FechaHora
()
answer
[
'header'
][
"ingeniero"
]
=
ing
.
LeerDatosUsuario
(
request
.
cookies
[
"login"
])
try
:
login
(
...
...
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