Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle datetime conversion in checker to avoid ValueError with incorrect datetime format #50

Closed

Conversation

Tha14
Copy link

@Tha14 Tha14 commented Apr 7, 2024

I've got many movies with the release_date column in the csv being "0000-12-31 20:06:12". The script won't continue working when trying to process one of those. Hopefully this fix works without causing any issues as I've set the datetime to today when handling the exception.

EDIT: I did successfully import all my movies with this final fix.

@Tha14 Tha14 closed this Jun 8, 2024
@Tha14 Tha14 deleted the handle_incorrect_date_format_in_searcher branch June 8, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant