simplify signer usage

and make less INFO loggin
This commit is contained in:
Roman Zeyde
2016-04-18 21:55:23 +03:00
parent 01dafb0ebd
commit b2d078eec6
4 changed files with 20 additions and 20 deletions

View File

@@ -40,6 +40,7 @@ def main():
args = p.parse_args()
check(pubkey=decode.load_public_key(open(args.pubkey, 'rb')),
sig_file=args.signature)
log.info('OK')
if __name__ == '__main__':
main()