[sip/sms] Échec Sémantique, on remet les paramètres dans le bon ordre
This commit is contained in:
parent
f8f4d7e9ec
commit
73c5136920
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@ class Sms(object):
|
|||
f.write(dst)
|
||||
with open(path + 'body', 'w') as f:
|
||||
if body_type=='str':
|
||||
f.write(body)
|
||||
elif body_type=='base64':
|
||||
f.write(base64.encodestring(body).strip())
|
||||
elif body_type=='base64':
|
||||
f.write(body)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue