fixed cisco asa bug with checking for api key
This commit is contained in:
parent
67b98d57ea
commit
6665891b65
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class INIParser(object):
|
|||
url = self.url_check(self.config.get(section, 'url'))
|
||||
|
||||
apikey = None
|
||||
if section != 'ciscoasa':
|
||||
if service != 'ciscoasa':
|
||||
apikey = self.config.get(section, 'apikey')
|
||||
|
||||
scheme = 'https://' if self.config.getboolean(section, 'ssl') else 'http://'
|
||||
|
|
Loading…
Reference in a new issue