We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec4864 commit 70e7e1eCopy full SHA for 70e7e1e
examples/get_tenant_token.py
@@ -3,7 +3,7 @@
3
from getpass import getpass
4
from onekey_client import Client
5
6
-API_URL = "https://demo.onekey.com/api"
+API_URL = "https://app.eu.onekey.com/api"
7
EMAIL = sys.argv[1]
8
PASSWORD = getpass()
9
examples/upload_firmware.py
@@ -6,7 +6,7 @@
from onekey_client.models import FirmwareMetadata
10
11
12
0 commit comments