My_ip no longer required to be sent via updates
This commit is contained in:
parent
51f1781df4
commit
24372470f6
1 changed files with 1 additions and 2 deletions
|
@ -513,8 +513,7 @@ class Site(object):
|
|||
"site": self.address,
|
||||
"inner_path": inner_path,
|
||||
"body": body,
|
||||
"diffs": diffs,
|
||||
"peer": (my_ip, my_port)
|
||||
"diffs": diffs
|
||||
})
|
||||
if result:
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue