Skip to content

Commit

Permalink
fix comment about const
Browse files Browse the repository at this point in the history
  • Loading branch information
PiranhaSa committed Dec 4, 2024
1 parent 3fd0018 commit 3797d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agent/subfinder_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
)
logger = logging.getLogger(__name__)
STORAGE_NAME = "agent_subfinder_storage"
CONFIG_PATH = "/root/.config/subfinder/provider-config.yaml"


def _update_provider_config(
virustotal_key: str,
config_path: str = "/root/.config/subfinder/provider-config.yaml",
config_path: str = CONFIG_PATH,
) -> None:
"""Update the Subfinder provider configuration file with the VirusTotal API key."""
yaml = YAML(typ="safe")
Expand Down

0 comments on commit 3797d49

Please sign in to comment.