fix: Add missing self reference to removing messages
This commit is contained in:
parent
7824708fb1
commit
1b75a9f50c
1 changed files with 1 additions and 1 deletions
2
api.py
2
api.py
|
@ -160,4 +160,4 @@ class SMS(SmsDeliver):
|
||||||
__modem__: Modem
|
__modem__: Modem
|
||||||
|
|
||||||
def remove(self):
|
def remove(self):
|
||||||
__modem__.remove_sms(self)
|
self.__modem__.remove_sms(self)
|
||||||
|
|
Loading…
Reference in a new issue