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

Commit 15d575a

Browse files
Update NumbusterAPI.py
1 parent 6789753 commit 15d575a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NumbusterAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def v2_contacts_sync(self):
277277
def request_sms_code(self,phonenumber:str):
278278
code = self.v6_auth_get()['data']['code']
279279
self.v6_auth_agreement_code(code)
280-
self.another_profiles_without_code(phonenumber) #Can be deleted, but meh...
280+
self.another_profiles_without_code(phonenumber)
281281
self.another_profiles(phonenumber) #Can be deleted, but meh...
282282

283283
def send_sms_code(self,phonenumber:str,code:str):

0 commit comments

Comments
 (0)