therealrollexx
Results
1
issues of
therealrollexx
Hi. I'm trying to get an sms import huaweisms.api.user import huaweisms.api.sms ctx = huaweisms.api.user.quick_login("admin", "password") print(ctx) smss = huaweisms.api.sms.get_sms(ctx, box_type=1, qty=1, unread_preferred=True) print(smss) The SMS comes and I see unknown...