mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 07:52:37 +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:
|
||||
continue
|
||||
|
||||
second_int := substr(init, 0, 4)
|
||||
second_int := substr(init, 4, 4)
|
||||
if second_int == 0x00000000:
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in a new issue