We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3086f commit 2915dd7Copy full SHA for 2915dd7
src/meshctrl/utils.py
@@ -32,7 +32,7 @@ def get_auth_token(user: str, key: str, domain: str = "") -> str:
32
return b64encode(iv + tag + msg, altchars=b"@$").decode("utf-8")
33
34
35
-def get_login_token(self, key, user, action=3):
+def get_login_token(key, user, action=3):
36
try:
37
key = bytes.fromhex(key)
38
key1 = key[0:48]
0 commit comments