Commit 8ce55b53 by Juan Pablo dure

putamadre las descargas

1 parent 96ddf31e
......@@ -74,9 +74,9 @@ class FosaDiaria():
file1 = open(tmp, 'r')
Lines = file1.readlines()
for line in Lines:
der = line.split(" ")[-1]
print(line,der)
archivo = f"""{self.CarpetaDescarga}{der}"""
der = line.split(" ")
archivo = f"""{self.CarpetaDescarga}{der[-1]}"""
print(line,der,der[-1],archivo)
#print(archivo)
rta = archivo
file1.close()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!