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

Commit 3e5dab9

Browse files
Update NumbusterAPI.py
1 parent 009efe1 commit 3e5dab9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NumbusterAPI.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ def v2_contacts_sync(self):
275275
return data.json()
276276

277277
def request_sms_code(self,phonenumber:str):
278-
code = self.v6_auth_get()['data']['code']
279-
self.v6_auth_agreement_code(code)
278+
code = self.v6_auth_get()['data']['code'] #Can be deleted
279+
self.v6_auth_agreement_code(code) #Can be deleted
280280
self.another_profiles_without_code(phonenumber)
281-
self.another_profiles(phonenumber) #Can be deleted, but meh...
281+
self.another_profiles(phonenumber) #Can be deleted
282282

283283
def send_sms_code(self,phonenumber:str,code:str):
284284
self.access_token = api.another_profiles_confirm(phonenumber,code)['access_token']

0 commit comments

Comments
 (0)