From dbe08ee78763cfc3226b5d9f20f27021a7aa326f Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Wed, 27 May 2020 09:00:42 +0200 Subject: [PATCH] Another silly bug fix, closes #12. --- av98.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/av98.py b/av98.py index 08e5630..81d32ef 100755 --- a/av98.py +++ b/av98.py @@ -1502,7 +1502,7 @@ def main(): # Act on args if args.tls_cert: # If tls_key is None, python will attempt to load the key from tls_cert. - self._activate_client_cert(args.tls_cert, args.tls_key) + gc._activate_client_cert(args.tls_cert, args.tls_key) if args.bookmarks: gc.cmdqueue.append("bookmarks") elif args.url: