Skip to content

Commit

Permalink
removing search parameter token
Browse files Browse the repository at this point in the history
obsolet. uuid should be prefered. see slskd/slskd#910 (reply in thread)
  • Loading branch information
bigoulours committed May 24, 2023
1 parent 0801ec4 commit a0a7233
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slskd_api/apis/searches.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def search_text(self,
"responseLimit": responseLimit,
"searchText": searchText,
"searchTimeout": searchTimeout,
"token": 0 # ToDo: understand what it does
}
response = requests.post(url, headers=self.header, json=data)
return response.json()
Expand Down

0 comments on commit a0a7233

Please sign in to comment.