Skip to content

Commit b3def98

Browse files
committed
Use SHA256 fingerprint (mentioned in #17)
1 parent ea957d2 commit b3def98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

threema/gateway/_gateway.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ class Connection(AioRunMixin):
8585
'upload',
8686
'download',
8787
}
88-
fingerprint = binascii.unhexlify(b'b07be4814ba2b006be7910a0a695370f')
88+
fingerprint = binascii.unhexlify(
89+
b'a6840a28041a1c43d90c21122ea324272f5c90c82dd64f52701f3a8f1a2b395b')
8990
urls = {
9091
'get_public_key': 'https://msgapi.threema.ch/pubkeys/{}',
9192
'get_id_by_phone': 'https://msgapi.threema.ch/lookup/phone/{}',

0 commit comments

Comments
 (0)