diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-07-13 18:10:26 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-07-13 18:10:26 +0000 |
commit | b595ac2150e42a22e92b954188ae374d290b3f53 (patch) | |
tree | b5e9d5e421c6d266e669476e2a1dfa4e89383953 /identicon/gen_blockie.py | |
parent | update (diff) | |
download | scripts-b595ac2150e42a22e92b954188ae374d290b3f53.tar.gz scripts-b595ac2150e42a22e92b954188ae374d290b3f53.zip |
Diffstat (limited to 'identicon/gen_blockie.py')
-rwxr-xr-x | identicon/gen_blockie.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |