We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c1def commit 0167cbdCopy full SHA for 0167cbd
1 file changed
scripts/auth_var_tool.py
@@ -54,10 +54,6 @@
54
# Puts the script into debug mode, may be enabled via argparse
55
ENABLE_DEBUG = False
56
57
-# Index into the certificate argument
58
-CERTIFICATE_FILE_PATH = 0
59
-CERTIFICATE_PASSWORD = 1
60
-
61
logging.basicConfig()
62
logger = logging.getLogger()
63
logger.setLevel(logging.INFO)
0 commit comments