更新db_parsing
This commit is contained in:
parent
d99e752bba
commit
04dd574c0d
@ -257,15 +257,3 @@ def read_BytesExtra(BytesExtra):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
DB = sqlite3.connect(r"")
|
|
||||||
cursor = DB.cursor()
|
|
||||||
sql = "select MsgSvrID,CompressContent from MSG where MSG.MsgSvrID=5379391128928795712"
|
|
||||||
DBdata = cursor.execute(sql).fetchall()
|
|
||||||
for i in DBdata:
|
|
||||||
MsgSvrID, CompressContent = i
|
|
||||||
data = decompress_CompressContent(CompressContent)
|
|
||||||
# 提取特定键的信息
|
|
||||||
print(MsgSvrID,"\n",data)
|
|
||||||
print("-" * 64)
|
|
Loading…
Reference in New Issue
Block a user