diff --git a/RNS/Transport.py b/RNS/Transport.py index d5603d0..dc07bd3 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -1115,7 +1115,7 @@ class Transport: else: RNS.log("Did not restore path to "+RNS.prettyhexrep(packet.destination_hash)+" because a newer path with fewer hops exist", RNS.LOG_DEBUG) else: - if time.time() < expires + if time.time() < expires: should_add = True else: RNS.log("Did not restore path to "+RNS.prettyhexrep(packet.destination_hash)+" because it has expired", RNS.LOG_DEBUG)