diff --git a/take out and in.py b/take out and in.py
index 203b75f..6060187 100644
--- a/take out and in.py
+++ b/take out and in.py
@@ -3,5 +3,5 @@ from PIL import Image,ImageSequence
 im=Image.open('dive.gif')
 num=0
 for i in ImageSequence.Iterator(im):
-    i.save('turn/'+str(num)+'.png')
-    num+=1
\ No newline at end of file
+    i.save('img/'+str(num)+'.png')
+    num += 1
\ No newline at end of file