We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aeeefa commit 68cb70dCopy full SHA for 68cb70d
sdk/python/playground/prot.py
@@ -22,7 +22,7 @@ def default(self, obj):
22
23
cmd_3 = Command(0, "get", ["value5"], {"e": 5}, [])
24
cmd_1 = Command(0, "set", ["value1", "value2"], {"c": 3, "d": 4}, [cmd_3])
25
-cmd = Command(0, "add", [], {"a": 1, "b": 2}, [cmd_1])
+cmd = Command(0, "add", [], {"a": 1, "b": 3}, [cmd_1])
26
27
j = json.dumps(cmd, cls=CommandEncoder)
28
print(j)
0 commit comments