We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b987c8e commit 5ef8209Copy full SHA for 5ef8209
gsm.py
@@ -60,7 +60,6 @@ def make_parts(text):
60
parts = []
61
ipart = 1
62
uid = random.randint(0, 255)
63
- print(starts,"asd")
64
for start in starts:
65
66
parts.append(b''.join((b'\x05\x00\x03', bytes([uid]),
0 commit comments