fix config update

Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
d0zingcat
2024-03-06 12:18:11 +08:00
parent b80243e2f2
commit dddfc0d69a

View File

@@ -1315,7 +1315,8 @@ class BrushFlow(_PluginBase):
"up_speed": self._up_speed,
"dl_speed": self._dl_speed,
"save_path": self._save_path,
"clear_task": self._clear_task
"clear_task": self._clear_task,
"offline_mode": self._offline_mode,
})
def brush(self):