mirror of
https://github.com/romanz/amodem.git
synced 2026-04-17 11:45:58 +08:00
simplify signer usage
and make less INFO loggin
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user