mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 01:00:50 +01:00
Update content of files
This commit is contained in:
parent
d82207272d
commit
6cedf3a33c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ while 1:
|
||||||
if first_int == 0x44414548 || first_int == 0x54534f50 || first_int == 0x20544547 || first_int == 0x4954504f || first_int == 0x02010316 || first_int == 0xdddddddd || first_int == 0xeeeeeeee:
|
if first_int == 0x44414548 || first_int == 0x54534f50 || first_int == 0x20544547 || first_int == 0x4954504f || first_int == 0x02010316 || first_int == 0xdddddddd || first_int == 0xeeeeeeee:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
second_int := substr(init, 0, 4)
|
second_int := substr(init, 4, 4)
|
||||||
if second_int == 0x00000000:
|
if second_int == 0x00000000:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue