Skip to content

Commit 424c83a

Browse files
committed
program title Impressionist -> StainedGlass
1 parent c526bfc commit 424c83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Impressionist/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
if __name__ == "__main__":
2020
# Parse the file argument
21-
argument_parser = ArgumentParser("StainedGlass")
21+
argument_parser = ArgumentParser("Impressionist")
2222
argument_parser.add_argument("image_file", help="The input image to be painted.")
2323
argument_parser.add_argument("output_file", help="The final resulting abstract art image.")
2424
argument_parser.add_argument('-t', '--trials', type=int, default=10000,

0 commit comments

Comments
 (0)