소스 검색

update readme

Yuxin Wu 5 년 전
부모
커밋
78fffc6d33
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      wechat/parser.py

+ 1 - 0
wechat/parser.py

@@ -121,6 +121,7 @@ SELECT {} FROM message
 
     def get_emoji_encryption_key(self):
         # obtain local encryption key in a special entry in the database
+        # this also equals to md5(imei)
         query = self.cc.execute("SELECT md5 FROM EmojiInfo where catalog == 153")
         results = list(query)
         if len(results):