Update resize.py
Browse files
resize.py
CHANGED
@@ -76,7 +76,7 @@ def main():
|
|
76 |
fileWalk(paperDir, os.path.join(destPath, 'paper'))
|
77 |
|
78 |
#PLASTIC
|
79 |
-
fileWalk(
|
80 |
|
81 |
#SHOES
|
82 |
fileWalk(shoesDir, os.path.join(destPath, 'shoes'))
|
|
|
76 |
fileWalk(paperDir, os.path.join(destPath, 'paper'))
|
77 |
|
78 |
#PLASTIC
|
79 |
+
fileWalk(plasticDir, os.path.join(destPath, 'plastic'))
|
80 |
|
81 |
#SHOES
|
82 |
fileWalk(shoesDir, os.path.join(destPath, 'shoes'))
|