update readme

This commit is contained in:
Yuxin Wu
2020-07-02 17:00:46 -07:00
parent 8b5a28c39c
commit 78fffc6d33
+1
View File
@@ -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):