Commit 13023766 by Juan Pablo dure

fsd

1 parent 6f332a7d
Showing 1 changed file with 2 additions and 2 deletions
...@@ -181,9 +181,9 @@ def report(): ...@@ -181,9 +181,9 @@ def report():
#try: #try:
fin = FozaDiaria.BuscarDatosDominio(plate.upper(),selenium=s) fin = FozaDiaria.BuscarDatosDominio(plate.upper(),selenium=s)
# print(fin) # print(fin)
answer['header']["hora"] = fin answer['header']["hora"] = str(fin)
#except Exception as E: #except Exception as E:
# answer['header']["hora"] = apollo.estaticos.Hora() #answer['header']["hora"] = apollo.estaticos.Hora()
# print("EError al generar hora de finalizacion ",E) # print("EError al generar hora de finalizacion ",E)
try: try:
answer = gototec(s, answer) answer = gototec(s, answer)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!