Skip to content

Commit

Permalink
cambiado encomillado simple por doble
Browse files Browse the repository at this point in the history
  • Loading branch information
xe-nvdk committed Nov 17, 2020
1 parent 350b448 commit 23ebf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezcompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
pass

image = str(input("Define la imágen a descargar: "))
text_file.write(str('\n ') + str('image: ') + str(image))
text_file.write(str("\n ") + str("image: ") + str(image))

ports = str(input("¿Quieres publicar uno o mas puertos? [y/n]: "))
text_file.write("\n " + str("ports:"))
Expand Down

0 comments on commit 23ebf9b

Please sign in to comment.