Remove invalid comparisons

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-16 11:02:37 -08:00
parent c5b08834b2
commit 6f4ff7e252

View File

@@ -196,7 +196,7 @@ def main():
if args.folder is not None:
Ghost.upload_images(args.folder)
if args.kpi_to_ghost is True:
if args.kpi_to_ghost:
Ghost.kpi(args.authors,
args.folders,
args.parent_folder,