+ Reformatted API, more efficient, standard, and secure now

* Various bug fixes
This commit is contained in:
Kevin Froman 2018-12-22 13:02:09 -06:00
parent 53f98c3449
commit 1dd471b91e
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
11 changed files with 174 additions and 102 deletions

View file

@ -45,7 +45,7 @@ class DaemonTools:
ourID = self.daemon._core.hsAddress.strip()
url = 'http://' + peer + '/public/announce/'
url = 'http://' + peer + '/announce'
data = {'node': ourID}
combinedNodes = ourID + peer