Skip to content

Commit

Permalink
* 解决文件夹不存在的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Apr 1, 2024
1 parent 6bd94db commit 7354811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def js_to_nodejs(js_file_list, type="video"):
CreateSavePath("nodejs/src/spider/video")
CreateSavePath("nodejs/src/spider/book")
CreateSavePath("nodejs/src/spider/pan")
CreateSavePath("nodejs/src/spider/18")
for js_file in js_file_list:
jsMoudle = JSMoudle(os.path.join("js", js_file))
modleName = jsMoudle.getName()
Expand Down

0 comments on commit 7354811

Please sign in to comment.