Moibe commited on
Commit
ec8e3ab
1 Parent(s): 44190fa

Resolve paths unfixed

Browse files
Files changed (1) hide show
  1. app.py +17 -17
app.py CHANGED
@@ -66,19 +66,19 @@ def perform(input1, input2, input3):
66
 
67
  #Aquí obtendremos nom_video
68
  #Creo no va en imagen
69
- #filename = path_parts[-1]
70
- #nom_video = filename[:-4]
71
- #print("Esto es filename alias nom_video: ", nom_video)
72
- #path_particular = "/".join(path_parts[0:len(path_parts) - 1])
73
- #path_general = "/".join(path_parts[0:len(path_parts) - 2])
74
- #path_general = path_general.replace("\\", "/")
75
- #path_particular = path_particular.replace("\\", "/")
76
- #print("Path general: ", path_general)
77
- #print("Path general: ", path_particular)
78
- #path = pathlib.Path("result.mp4")
79
- #files = os.listdir(path_general)
80
- #print("Estos son los files que hay:")
81
- #print(files)
82
  ext_imagen = "png"
83
  ext_video = "mp4"
84
 
@@ -129,10 +129,10 @@ def perform(input1, input2, input3):
129
  print("Éste es el momento en el que se creo result, revisar...")
130
  time.sleep(1)
131
 
132
- # print("Ahora estamos imprimiendo las rutas para ver si apareció una nueva:")
133
- # files = os.listdir(path_general)
134
- # print("Estos son los files que hay:")
135
- # print(files)
136
 
137
  #Creación de la galería:
138
  #images = []
 
66
 
67
  #Aquí obtendremos nom_video
68
  #Creo no va en imagen
69
+ filename = path_parts[-1]
70
+ nom_video = filename[:-4]
71
+ print("Esto es filename alias nom_video: ", nom_video)
72
+ path_particular = "/".join(path_parts[0:len(path_parts) - 1])
73
+ path_general = "/".join(path_parts[0:len(path_parts) - 2])
74
+ path_general = path_general.replace("\\", "/")
75
+ path_particular = path_particular.replace("\\", "/")
76
+ print("Path general: ", path_general)
77
+ print("Path general: ", path_particular)
78
+ path = pathlib.Path("result.mp4")
79
+ files = os.listdir(path_general)
80
+ print("Estos son los files que hay:")
81
+ print(files)
82
  ext_imagen = "png"
83
  ext_video = "mp4"
84
 
 
129
  print("Éste es el momento en el que se creo result, revisar...")
130
  time.sleep(1)
131
 
132
+ print("Ahora estamos imprimiendo las rutas para ver si apareció una nueva:")
133
+ files = os.listdir(path_general)
134
+ print("Estos son los files que hay:")
135
+ print(files)
136
 
137
  #Creación de la galería:
138
  #images = []