dashboard/moninj: make arguments a dict for DDS setters

pull/1951/head
Deepskyhunter 2022-08-02 17:09:56 +08:00 committed by GitHub
parent a3ae82502c
commit f31279411e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ class _DeviceManager:
"log_level": logging.WARNING,
"content": content,
"class_name": class_name,
"arguments": []
"arguments": {}
}
scheduling = {
"pipeline_name": "main",