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

Fixed bug where blank VCard media_name would crash the program. #11

Merged
merged 1 commit into from
May 9, 2022

Conversation

asla9709
Copy link
Contributor

During VCard generation, if messages.media_name (row[3]) is None, then the program crashes. This fix checks for that and substitutes an empty string.

@KnugiHK KnugiHK self-requested a review April 25, 2022 03:07
@KnugiHK KnugiHK added the bug Something isn't working label Apr 25, 2022
Copy link
Owner

@KnugiHK KnugiHK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KnugiHK KnugiHK merged commit 774fb6d into KnugiHK:dev May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants