fix width/height args
This commit is contained in:
parent
0edc9a7ab4
commit
1e1faaa4c9
1 changed files with 2 additions and 2 deletions
|
@ -133,9 +133,9 @@ class KollagenBot:
|
|||
"-r",
|
||||
*directories,
|
||||
"-w",
|
||||
args.width,
|
||||
str(args.width),
|
||||
"-h",
|
||||
args.height,
|
||||
str(args.height),
|
||||
*mode,
|
||||
*num_images,
|
||||
"-o",
|
||||
|
|
Loading…
Reference in a new issue