Fixed issue with ingest_certs and the ingestion function signature. Simple placeholder argument (un-used) added to maintain function uniformity

This commit is contained in:
Dionysus 2024-03-07 23:33:20 -05:00
parent 45f878285c
commit 681e3bd788
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 2 deletions

View File

@ -64,7 +64,6 @@ It is good to know how much nodes you have in the cluster to determine how to fi
## Roadmap
- Create a module for RIR database ingestion *(WHOIS, delegations, transfer, ASN mapping, peering, etc)*
- Dynamically update the batch metrics when the sniffer adds or removes nodes.
- Fix issue with `ingest_certs.py` and not needing to pass a file to it.
___