Skip to content

Commit 68cb70d

Browse files
committed
Bump new build
1 parent 4aeeefa commit 68cb70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/playground/prot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def default(self, obj):
2222

2323
cmd_3 = Command(0, "get", ["value5"], {"e": 5}, [])
2424
cmd_1 = Command(0, "set", ["value1", "value2"], {"c": 3, "d": 4}, [cmd_3])
25-
cmd = Command(0, "add", [], {"a": 1, "b": 2}, [cmd_1])
25+
cmd = Command(0, "add", [], {"a": 1, "b": 3}, [cmd_1])
2626

2727
j = json.dumps(cmd, cls=CommandEncoder)
2828
print(j)

0 commit comments

Comments
 (0)