Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
2a08a7ba
Commit
2a08a7ba
authored
Feb 23, 2019
by
juga
Browse files
Merge branch 'bug29568'
parents
6578a95f
9e31dcfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/core/generate.py
View file @
2a08a7ba
...
...
@@ -94,7 +94,7 @@ def main(args, conf):
reset_bw_ipv4_changes
=
conf
.
getboolean
(
'general'
,
'reset_bw_ipv4_changes'
)
reset_bw_ipv6_changes
=
conf
.
getboolean
(
'general'
,
'reset_bw_ipv6_changes'
)
results
=
load_recent_results_in_datadir
(
fresh_days
,
datadir
,
success_only
=
True
,
fresh_days
,
datadir
,
on_changed_ipv4
=
reset_bw_ipv4_changes
,
on_changed_ipv6
=
reset_bw_ipv6_changes
)
if
len
(
results
)
<
1
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment