Skip to content

Commit 5ef8209

Browse files
author
Kirill Kirsanov
committed
Чистка
1 parent b987c8e commit 5ef8209

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gsm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def make_parts(text):
6060
parts = []
6161
ipart = 1
6262
uid = random.randint(0, 255)
63-
print(starts,"asd")
6463
for start in starts:
6564

6665
parts.append(b''.join((b'\x05\x00\x03', bytes([uid]),

0 commit comments

Comments
 (0)