Another silly bug fix, closes #12.

This commit is contained in:
Solderpunk 2020-05-27 09:00:42 +02:00
parent 49531bfb25
commit dbe08ee787
1 changed files with 1 additions and 1 deletions

View File

@ -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: