Skip to content
Snippets Groups Projects
Commit fa6d18b5 authored by juga's avatar juga
Browse files

fix: mistaken parenthesis in deepcopy

parent e8f7d9de
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment