aboutsummaryrefslogtreecommitdiffstats
path: root/identicon
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-07-13 18:10:26 +0000
committerterminaldweller <devi@terminaldweller.com>2023-07-13 18:10:26 +0000
commitb595ac2150e42a22e92b954188ae374d290b3f53 (patch)
treeb5e9d5e421c6d266e669476e2a1dfa4e89383953 /identicon
parentupdate (diff)
downloadscripts-b595ac2150e42a22e92b954188ae374d290b3f53.tar.gz
scripts-b595ac2150e42a22e92b954188ae374d290b3f53.zip
updateHEADmain
Diffstat (limited to 'identicon')
-rwxr-xr-xidenticon/gen_blockie.py2
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",