mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
just the message, ma'am
This commit is contained in:
parent
8a6244bd9f
commit
ebe1c5a22d
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ def process(args):
|
|||
try: # older wordlists won't have these
|
||||
msg = getNullTermParam(header)
|
||||
if args.DUMP_MSG:
|
||||
print( 'msg: {}'.format(msg))
|
||||
print(msg, file=sys.stdout)
|
||||
sys.exit(0)
|
||||
md5Sum = getNullTermParam(header)
|
||||
print( 'header: read sum: {}'.format(md5Sum), file=sys.stderr )
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue