浏览代码

Fix typos.

master
treyzania 6 年前
父节点
当前提交
db98eed935
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      booty.py

+ 2
- 2
booty.py 查看文件

@@ -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',

正在加载...
取消
保存