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,
|
"site": self.address,
|
||||||
"inner_path": inner_path,
|
"inner_path": inner_path,
|
||||||
"body": body,
|
"body": body,
|
||||||
"diffs": diffs,
|
"diffs": diffs
|
||||||
"peer": (my_ip, my_port)
|
|
||||||
})
|
})
|
||||||
if result:
|
if result:
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue