mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
fix: update resource with correct structure; remove deprecated liquid_handler set_group action
This commit is contained in:
@@ -132,7 +132,7 @@ class HTTPClient:
|
||||
"""
|
||||
response = requests.put(
|
||||
f"{self.remote_addr}/lab/material",
|
||||
json=resources,
|
||||
json={"nodes": resources},
|
||||
headers={"Authorization": f"Lab {self.auth}"},
|
||||
timeout=100,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user