Commit 8ce55b53 by Juan Pablo dure

putamadre las descargas

1 parent 96ddf31e
...@@ -74,9 +74,9 @@ class FosaDiaria(): ...@@ -74,9 +74,9 @@ class FosaDiaria():
file1 = open(tmp, 'r') file1 = open(tmp, 'r')
Lines = file1.readlines() Lines = file1.readlines()
for line in Lines: for line in Lines:
der = line.split(" ")[-1] der = line.split(" ")
print(line,der) archivo = f"""{self.CarpetaDescarga}{der[-1]}"""
archivo = f"""{self.CarpetaDescarga}{der}""" print(line,der,der[-1],archivo)
#print(archivo) #print(archivo)
rta = archivo rta = archivo
file1.close() 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!