Skip to content
GitLab
Menu
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
fa6d18b5
Commit
fa6d18b5
authored
Mar 21, 2019
by
juga
Browse files
fix: mistaken parenthesis in deepcopy
parent
e8f7d9de
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/lib/relaylist.py
View file @
fa6d18b5
...
...
@@ -209,7 +209,7 @@ class Relay:
self
,
measurements_period
=
MEASUREMENTS_PERIOD
):
self
.
_consensus_timestamps
=
\
remove_old_consensus_timestamps
(
copy
.
deepcopy
(
self
.
_consensus_timestamps
,
measurements_period
)
copy
.
deepcopy
(
self
.
_consensus_timestamps
)
,
measurements_period
)
def
update_consensus_timestamps
(
self
,
timestamp
=
None
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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