Commit 40b1fe68 by Juan Pablo dure

mejora tiempos y prueba

1 parent 8443652b
......@@ -59,6 +59,7 @@ class FosaDiaria():
n = 0
while test:
arc = self._BuscarExcelDescargado(tmp)
print(arc, n)
n = n + 1
if not arc == False:
test = False
......@@ -76,7 +77,7 @@ class FosaDiaria():
print(line)
der = line.split(" ")[-1]
archivo = f"""{self.CarpetaDescarga}{der}"""
print(archivo)
#print(archivo)
rta = archivo
file1.close()
os.system(f"""rm {tmp}""")
......@@ -85,5 +86,6 @@ class FosaDiaria():
def LimpiarCarpertaDescarga(self):
try:
os.system(f"""rm {self.CarpetaDescarga}{self.cabezaera}*""")
sleep(0.5)
except Exception as E:
print(f"Error al intentar borrar planillas diarias anteriores: {str(E)}")
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!