bug: fix auradine web api token format.
This commit is contained in:
@@ -38,7 +38,7 @@ class FluxWebAPI(BaseWebAPI):
|
|||||||
try:
|
try:
|
||||||
auth = await client.post(
|
auth = await client.post(
|
||||||
f"http://{self.ip}:{self.port}/token",
|
f"http://{self.ip}:{self.port}/token",
|
||||||
data={
|
json={
|
||||||
"command": "token",
|
"command": "token",
|
||||||
"user": self.username,
|
"user": self.username,
|
||||||
"password": self.pwd,
|
"password": self.pwd,
|
||||||
|
|||||||
Reference in New Issue
Block a user