From 681e3bd788bccd7fa3583a91370bee4f72946387 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Thu, 7 Mar 2024 23:33:20 -0500 Subject: [PATCH] Fixed issue with ingest_certs and the ingestion function signature. Simple placeholder argument (un-used) added to maintain function uniformity --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 962497b..7af47ed 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,7 @@ 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. ___ -###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/eris) • [SuperNETs](https://git.supernets.org/acidvegas/eris) • [GitHub](https://github.com/acidvegas/eris) • [GitLab](https://gitlab.com/acidvegas/eris) • [Codeberg](https://codeberg.org/acidvegas/eris) \ No newline at end of file +###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/eris) • [SuperNETs](https://git.supernets.org/acidvegas/eris) • [GitHub](https://github.com/acidvegas/eris) • [GitLab](https://gitlab.com/acidvegas/eris) • [Codeberg](https://codeberg.org/acidvegas/eris)