FrontEnd angepasst
This commit is contained in:
parent
62b88060fc
commit
368fd53edc
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ class Server:
|
||||||
|
|
||||||
if data.get("data_path"):
|
if data.get("data_path"):
|
||||||
self.obj_path.receive_paths(data.get("data_path"))
|
self.obj_path.receive_paths(data.get("data_path"))
|
||||||
|
await self.send_websocket(self.obj_path.active_path_to_dict())
|
||||||
await self.send_websocket(self.obj_path.queue_path_to_dict())
|
await self.send_websocket(self.obj_path.queue_path_to_dict())
|
||||||
await self.start_convert()
|
await self.start_convert()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue