Skip to content

Commit c8099e6

Browse files
committed
Progress
1 parent 110402c commit c8099e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/vws/vws.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,11 @@ def update_target(
546546
metadata_encoded = metadata_encoded_str.decode('ascii')
547547

548548
data = {
549-
'name': name,
550-
'width': width,
551-
'image': image_data_encoded,
552-
'active_flag': active_flag,
553-
'application_metadata': metadata_encoded,
549+
# 'name': name,
550+
# 'width': width,
551+
# 'image': image_data_encoded,
552+
# 'active_flag': active_flag,
553+
# 'application_metadata': metadata_encoded,
554554
}
555555

556556
content = bytes(json.dumps(data), encoding='utf-8')

0 commit comments

Comments
 (0)