sets aren't JSON serializable

This commit is contained in:
Erik Johnston 2017-02-02 14:55:54 +00:00
parent 46ecd9fd6d
commit 6826593b81

View File

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