diff --git a/language_learning/2019.12.03_create_GIF_with_python/create_GIF_with_python.py b/language_learning/2019.12.03_create_GIF_with_python/create_GIF_with_python.py index 02c79fb..8cba956 100644 --- a/language_learning/2019.12.03_create_GIF_with_python/create_GIF_with_python.py +++ b/language_learning/2019.12.03_create_GIF_with_python/create_GIF_with_python.py @@ -1,7 +1,7 @@ import imageio import numpy as np import os -os.chdir('D:/data') # 设置文件读取和保存位置 +# os.chdir('E:/data') # 设置文件读取和保存位置 images = [] for i in range(1000):