Browse Source

trustedcoin kivy: fix restoring with "lost 2fa" option

3.2.x
SomberNight 7 years ago
parent
commit
fa8707b390
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      plugins/trustedcoin/trustedcoin.py

1
plugins/trustedcoin/trustedcoin.py

@ -27,6 +27,7 @@ import socket
import os
import requests
import json
import base64
from urllib.parse import urljoin
from urllib.parse import quote

Loading…
Cancel
Save