From 54ccf2ce4d52845029757fab43772e5648c53644 Mon Sep 17 00:00:00 2001 From: juga0 <juga@riseup.net> Date: Wed, 5 Sep 2018 12:20:02 +0000 Subject: [PATCH] Add args to method to filter results that are away from each other a min num of secs and have at least x results --- sbws/lib/v3bwfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py index 2d486efc..fcc80d13 100644 --- a/sbws/lib/v3bwfile.py +++ b/sbws/lib/v3bwfile.py @@ -254,7 +254,8 @@ class V3BWLine(object): return self.bw_strv110 @classmethod - def from_results(cls, results): + def from_results(cls, results, secs_recent=None, secs_away=None, + min_num=0): """Convert sbws results to relays' Bandwidth Lines ``bs`` stands for Bytes/seconds -- GitLab