+ Reformatted API, more efficient, standard, and secure now
* Various bug fixes
This commit is contained in:
parent
53f98c3449
commit
1dd471b91e
11 changed files with 174 additions and 102 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue