Skip to content

Commit

Permalink
小修小改
Browse files Browse the repository at this point in the history
  • Loading branch information
kslz committed Apr 22, 2022
1 parent da5efdf commit 46d045c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
*.srt
*.wav
.idea
/test
/test
/build
/dist
/filepath/output
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import global_obj
from ui import guiclass
from utils import dictdir, LiteDB
from utils import dictdir, LiteDB, check_mkdir
from threading import Thread


Expand All @@ -16,6 +16,7 @@ def main():
sound_type = ["wav", "mp3", "aac"]

# 读取文件路径
check_mkdir(file_dict_path)
srt_file_dict = {}
file_dict = {}
dictdir(file_dict_path, srt_file_dict, "srt")
Expand Down

0 comments on commit 46d045c

Please sign in to comment.