Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
fix: error log even successfully got data
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 16, 2025
1 parent 1ae85c8 commit 9740734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check_phat_nguoi/get_data/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def _get_data_for_plate(self, plate_info: PlateInfo) -> None:
f"Plate {plate_info.plate}: Sucessfully got data with API: {api.value}..."
)
self._plates_details.add(plate_detail)
break
return
logger.error(f"Plate {plate_info.plate}: Failed to get data!!!")

async def get_data(self) -> None:
Expand Down

0 comments on commit 9740734

Please sign in to comment.