From b595ac2150e42a22e92b954188ae374d290b3f53 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 13 Jul 2023 21:40:26 +0330 Subject: update --- identicon/gen_blockie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'identicon') diff --git a/identicon/gen_blockie.py b/identicon/gen_blockie.py index f8f3d56..3268509 100755 --- a/identicon/gen_blockie.py +++ b/identicon/gen_blockie.py @@ -21,7 +21,7 @@ class Argparser: # pylint: disable=too-few-public-methods "-i", type=str, help="path to the input file", - default="./identicon.png", + default="", ) self.parser.add_argument( "--out", -- cgit v1.2.3