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 110402c commit c8099e6Copy full SHA for c8099e6
src/vws/vws.py
@@ -546,11 +546,11 @@ def update_target(
546
metadata_encoded = metadata_encoded_str.decode('ascii')
547
548
data = {
549
- 'name': name,
550
- 'width': width,
551
- 'image': image_data_encoded,
552
- 'active_flag': active_flag,
553
- 'application_metadata': metadata_encoded,
+ # 'name': name,
+ # 'width': width,
+ # 'image': image_data_encoded,
+ # 'active_flag': active_flag,
+ # 'application_metadata': metadata_encoded,
554
}
555
556
content = bytes(json.dumps(data), encoding='utf-8')
0 commit comments