🧑💻 minor variable change
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
from utils import Download
|
||||
from utils import Misc
|
||||
from utils import log
|
||||
from utils import src, dest, alt_temp, format, ignore_temp, verbose
|
||||
from utils import src, dest, alt_temp, img_format, ignore_temp, verbose
|
||||
|
||||
from tqdm import tqdm
|
||||
import tempfile
|
||||
@@ -238,5 +238,5 @@ class Vid2Sheet:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
vid2sheet = Vid2Sheet(src, dest, format, alt_temp, ignore_temp)
|
||||
vid2sheet = Vid2Sheet(src, dest, img_format, alt_temp, ignore_temp)
|
||||
vid2sheet.run()
|
||||
|
||||
Reference in New Issue
Block a user