Browse Source

Fix typos.

master
treyzania 6 years ago
parent
commit
db98eed935
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      booty.py

+ 2
- 2
booty.py View File

@@ -24,8 +24,8 @@ meta_exts = [
]

def filebot_rename(src, destdir, action, name=None, format=None):
if not os.path.isdir(dest):
os.makedirs(dest)
if not os.path.isdir(destdir):
os.makedirs(destdir)
args = ['filebot',
'-rename', src,
'-non-strict',

Loading…
Cancel
Save