6b083dfc by 周伟奇

fix ocr bug

1 parent 582db5c6
...@@ -321,6 +321,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -321,6 +321,7 @@ class Command(BaseCommand, LoggerMixin):
321 if key in license_dict: 321 if key in license_dict:
322 if is_rp == '1': 322 if is_rp == '1':
323 rp_side2_list.append(license_dict) 323 rp_side2_list.append(license_dict)
324 else:
324 ic_side2_list.append(license_dict) 325 ic_side2_list.append(license_dict)
325 elif is_rp == '1': 326 elif is_rp == '1':
326 rp_side1_list.append(license_dict) 327 rp_side1_list.append(license_dict)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!