bug: fix auradine web api token.

This commit is contained in:
b-rowan
2024-01-24 17:38:49 -07:00
parent edf31ae7df
commit 90fb67f586

View File

@@ -40,7 +40,7 @@ class FluxWebAPI(BaseWebAPI):
f"http://{self.ip}:{self.port}/token",
data={
"command": "token",
"username": self.username,
"user": self.username,
"password": self.pwd,
},
)