Correct bad stop_keepalive_timer call
This commit is contained in:
parent
bde684dd3a
commit
e403146bcf
|
@ -142,7 +142,7 @@ def entrypoint():
|
|||
|
||||
# Prevent any keepalive updates while this happens
|
||||
if keepalive_timer is not None:
|
||||
pvcnoded.util.keepalive.stop_keepalive_timer()
|
||||
pvcnoded.util.keepalive.stop_keepalive_timer(logger, keepalive_timer)
|
||||
sleep(1)
|
||||
|
||||
# Perform the migration (primary only)
|
||||
|
|
Loading…
Reference in New Issue