File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -372,6 +372,7 @@ def parse_tv_casting_app_for_report_data_msg(tv_casting_app_info: Tuple[subproce
372
372
373
373
374
374
cluster_value = extract_value_from_string (tv_casting_line )
375
+ cluster_value = cluster_value .rstrip (',' )
375
376
if cluster_value != CLUSTER_MEDIA_PLAYBACK :
376
377
print ('SHAO we entered into the mismatch cluster ID block!!!!' )
377
378
print ('cluster_value: ' , cluster_value )
@@ -391,6 +392,7 @@ def parse_tv_casting_app_for_report_data_msg(tv_casting_app_info: Tuple[subproce
391
392
392
393
393
394
attribute_value = extract_value_from_string (tv_casting_line )
395
+ attribute_value = attribute_value .rstrip (', ' )
394
396
if attribute_value != ATTRIBUTE_CURRENT_PLAYBACK_STATE :
395
397
print ('SHAO we entered into the mismatch attribute ID block!!!!' )
396
398
print ('attr_value: ' , attribute_value )
You can’t perform that action at this time.
0 commit comments