Skip to content

Commit b4c6129

Browse files
authored
Update Lista de Tareas
1 parent 19fbf62 commit b4c6129

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lista de Tareas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def main():
115115

116116
nombre_archivo = "tareas.txt"
117117

118-
# Verificar si hay un archivo de tareas existente
119118
try:
120119
with open(nombre_archivo, 'r') as file:
121120
tareas_copiadas = file.read()

0 commit comments

Comments
 (0)