Add print of binary object as well
This commit is contained in:
@@ -6,4 +6,6 @@ obj = umsgpack.unpackb(binary)
|
||||
|
||||
print(obj)
|
||||
|
||||
print(obj['schema'])
|
||||
print(obj['schema'])
|
||||
|
||||
print(binary)
|
||||
Reference in New Issue
Block a user