VIS-40-VIS-41 #9
@ -23,7 +23,7 @@ def files(path):
|
||||
yield file
|
||||
|
||||
def save_input(oldpath):
|
||||
# add timestampt the filename, so it wouln't overwrite
|
||||
# make timestampt the filename, so it wouln't overwrite
|
||||
timestamp = str(int(time.time()))
|
||||
filename = timestamp + '.' + oldpath.split('.')[-1]
|
||||
newpath = inputFilePath + '\\' + filename
|
||||
|
Loading…
Reference in New Issue
Block a user