We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea957d2 commit b3def98Copy full SHA for b3def98
1 file changed
threema/gateway/_gateway.py
@@ -85,7 +85,8 @@ class Connection(AioRunMixin):
85
'upload',
86
'download',
87
}
88
- fingerprint = binascii.unhexlify(b'b07be4814ba2b006be7910a0a695370f')
+ fingerprint = binascii.unhexlify(
89
+ b'a6840a28041a1c43d90c21122ea324272f5c90c82dd64f52701f3a8f1a2b395b')
90
urls = {
91
'get_public_key': 'https://msgapi.threema.ch/pubkeys/{}',
92
'get_id_by_phone': 'https://msgapi.threema.ch/lookup/phone/{}',
0 commit comments