Skip to content

Commit 3d4dca8

Browse files
authored
Update photo_to_ascii.py
1 parent 3e69f43 commit 3d4dca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Photo To Ascii/photo_to_ascii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def photoascii():
3838

3939

4040
# save result to "ascii_image.txt"
41-
with open("ascii_image.txt", "w") as f:
41+
with open("./Photo To Ascii/ascii_image.txt", "w") as f:
4242
f.write(ascii_image)
4343
# run program
4444
if __name__=='__main__':

0 commit comments

Comments
 (0)