Closed marco-sorich closed 4 months ago
This small change solves an issue, which happens, when the download folder is another mounted drive than the drive where the script is located.
os.rename()
shutil.copy()
os.remove()
This small change solves an issue, which happens, when the download folder is another mounted drive than the drive where the script is located.
os.rename()
raises an exception in this caseshutil.copy()
andos.remove()
solves this issue