X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=unscrambler.py;h=78c1f9b4f7e7c1a5ef618b54eeed2eb012db7a4d;hb=65983ec2e03c97ca44e6374b226f796413bdc637;hp=d9e4253e4cd77165fae6c4962d5957d74b619d9c;hpb=5317c50ce7a96a37acfab3800c0935580766dbbf;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.",