Browse Source

Added data folder to automatic folder creation

david 5 năm trước cách đây
mục cha
commit
8fd51e8006
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 2 0
      .gitignore
  2. 2 0
      dataLoad.py

+ 2 - 0
.gitignore

@@ -5,3 +5,5 @@ lib64
 pyvenv.cfg
 share/
 .vscode/
+in/
+data/

+ 2 - 0
dataLoad.py

@@ -45,6 +45,8 @@ pal = ''
 if not os.path.exists('in'):
     os.mkdir('in')
 
+if not os.path.exists('data'):
+    os.mkdir('data')
 
 def download(howhard, index):
     global sess