[tor-commits] [sbws/master] Add args to filter results when creating bw file
juga at torproject.org
juga at torproject.org
Tue Sep 18 09:26:12 UTC 2018
commit 4eae70b5da1f755a113bb991bbca16a98833d099
Author: juga0 <juga at riseup.net>
Date: Wed Sep 5 12:25:47 2018 +0000
Add args to filter results when creating bw file
---
sbws/lib/v3bwfile.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py
index b67b329..66a865b 100644
--- a/sbws/lib/v3bwfile.py
+++ b/sbws/lib/v3bwfile.py
@@ -445,6 +445,7 @@ class V3BWFile(object):
scaling_method=None, torflow_obs=TORFLOW_OBS_LAST,
torflow_cap=TORFLOW_BW_MARGIN,
torflow_round_digs=TORFLOW_ROUND_DIG,
+ secs_recent=None, secs_away=None, min_num=0,
reverse=False):
"""Create V3BWFile class from sbws Results.
More information about the tor-commits
mailing list