Skip to content

Commit 4da3084

Browse files
author
Kirill Kirsanov
committed
Merge branch 'master' of https://github.com/kkirsanov/smpplib
2 parents 77fa36f + 42f7b4d commit 4da3084

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pdu.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,11 @@ def _parseCMD(self, st):
130130
continue
131131
if state == 'read ls':
132132
self._readX(token, self._pdu['smlen'] * 2)
133-
134133
if self._pdu['dcs']==8:
135134
self._pdu[token] = binascii.unhexlify(self._pdu[token]).decode('utf-16-be')
136135
if self._pdu['dcs'] == 0:
137136
self._pdu[token] = binascii.unhexlify(self._pdu[token]).decode('latin1')
138137

139-
140138
state = 'read type'
141139
continue
142140

0 commit comments

Comments
 (0)