🧑💻 minor variable change

This commit is contained in:
sakamoto
2024-08-05 07:29:17 -05:00
parent 6d81532774
commit 6c0a86e648
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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()