Skip to content

Commit

Permalink
review change
Browse files Browse the repository at this point in the history
  • Loading branch information
dhwanis-crest committed Jan 9, 2024
1 parent 42b53f7 commit 9c67650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ def handle_action(self, param):
password = getpass.getpass("Password: ")

if (username and password):
login_url = SplunkConnector._get_phantom_base_url() + "login"
login_url = BaseConnector._get_phantom_base_url() + "login"
try:
print("Accessing the Login page")
r = requests.get(login_url, verify=verify, timeout=consts.SPLUNK_DEFAULT_REQUEST_TIMEOUT)
Expand Down

0 comments on commit 9c67650

Please sign in to comment.