This commit is contained in:
Mark Qvist 2023-10-01 00:24:03 +02:00
parent 3c4791a622
commit c5d30f8ee6
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ class Transport:
should_add = True
if should_add:
now = time.time()
now = time.time()
rate_blocked = False
if packet.context != RNS.Packet.PATH_RESPONSE and packet.receiving_interface.announce_rate_target != None: