sets aren't JSON serializable

pull/1877/head
Erik Johnston 2017-02-02 14:55:54 +00:00
parent 46ecd9fd6d
commit 6826593b81
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class KeyChangesServlet(RestServlet):
)
defer.returnValue((200, {
"changed": changed
"changed": list(changed),
}))