Cleanup
This commit is contained in:
parent
1bdcf6ad53
commit
005d71707c
2 changed files with 8 additions and 9 deletions
|
|
@ -2301,8 +2301,7 @@ class LXMRouter:
|
|||
else:
|
||||
RNS.log("Outbound processing for "+str(lxmessage)+" to "+RNS.prettyhexrep(lxmessage.get_destination().hash), RNS.LOG_DEBUG)
|
||||
|
||||
if lxmessage.progress == None or lxmessage.progress < 0.01:
|
||||
lxmessage.progress = 0.01
|
||||
if lxmessage.progress == None or lxmessage.progress < 0.01: lxmessage.progress = 0.01
|
||||
|
||||
# Outbound handling for opportunistic messages
|
||||
if lxmessage.method == LXMessage.OPPORTUNISTIC:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue