Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 6789753

Browse files
Update NumbusterAPI.py
Stupit mistake...
1 parent b5d1a18 commit 6789753

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NumbusterAPI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def another_profiles(self,phone:str):
231231
headers = self.headers.copy()
232232
headers['Content-Type'] = 'application/x-www-form-urlencoded'
233233
url = self.api_url+f'old4a27f7a4025447ee5560a49bc5bcde34/profiles'
234-
data = requests.post(url,headers=self.headers)
235234
data = requests.post(url,headers=headers,data=bytes(f'phone={phone}','utf-8'))
236235
return data.json()
237236

0 commit comments

Comments
 (0)