fix width/height args

master
Tomáš Mládek 2021-09-19 13:34:29 +02:00
parent 0edc9a7ab4
commit 1e1faaa4c9
1 changed files with 2 additions and 2 deletions

View File

@ -133,9 +133,9 @@ class KollagenBot:
"-r",
*directories,
"-w",
args.width,
str(args.width),
"-h",
args.height,
str(args.height),
*mode,
*num_images,
"-o",