fix
This commit is contained in:
parent
a4b04c7c8f
commit
1c7aa28ed0
@ -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