X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=unscrambler.py;h=78c1f9b4f7e7c1a5ef618b54eeed2eb012db7a4d;hb=713a609bd19d491de03debf8a4a6ddf2540b13dc;hp=d9e4253e4cd77165fae6c4962d5957d74b619d9c;hpb=eb1c6392095947b3205c4d52cd9b1507e6cd776b;p=python_utils.git diff --git a/unscrambler.py b/unscrambler.py index d9e4253..78c1f9b 100644 --- a/unscrambler.py +++ b/unscrambler.py @@ -7,9 +7,7 @@ import config import decorator_utils import list_utils -cfg = config.add_commandline_args( - f'Unscramble! ({__file__})', 'A fast word unscrambler.' -) +cfg = config.add_commandline_args(f'Unscramble! ({__file__})', 'A fast word unscrambler.') cfg.add_argument( "--unscramble_indexfile", help="Path to a file of signature -> word index.",