Old file got deleted while creating new file with same name
Opened this issue · 0 comments
AMANKR-836 commented
#Showing Output
local_time=time.ctime()
image.save(str(name)+local_time+'.png')
image.show()
#Try this to save file by using time module which saves name with current time