ソースを参照

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

読み込み中…
キャンセル
保存