Commit a9729a4c by BellCodeEditor

auto save

parent 03973caa
Showing with 4 additions and 2 deletions
...@@ -12,7 +12,6 @@ for i in path: ...@@ -12,7 +12,6 @@ for i in path:
img_list.insert(0,img) img_list.insert(0,img)
img_list[0].save("bot.gif",save_all = True, img_list[0].save("bot.gif",save_all = True append_images = img_list[1:])
append_images = img_list[1:])
print(img_list) print(img_list)
\ No newline at end of file
from PIL import Image
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment