My_ip no longer required to be sent via updates

This commit is contained in:
shortcutme 2017-11-19 18:21:47 +01:00
parent 51f1781df4
commit 24372470f6
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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