Skip to content

Commit 2915dd7

Browse files
committed
fix self
1 parent ad3086f commit 2915dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshctrl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_auth_token(user: str, key: str, domain: str = "") -> str:
3232
return b64encode(iv + tag + msg, altchars=b"@$").decode("utf-8")
3333

3434

35-
def get_login_token(self, key, user, action=3):
35+
def get_login_token(key, user, action=3):
3636
try:
3737
key = bytes.fromhex(key)
3838
key1 = key[0:48]

0 commit comments

Comments
 (0)