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

convert value to str before adding it to a char #56

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

anaskhl
Copy link
Contributor

@anaskhl anaskhl commented Jun 28, 2021

Just a small fix, when using this, I got an error:
unsupported operand type(s) for +: 'int' and 'str'
This fix this error by making sure to convert the value to str before concatination with char

@didix21
Copy link
Owner

didix21 commented Jun 28, 2021

Thanks for the fix!

@didix21 didix21 merged commit 7221a2f into didix21:master Jun 28, 2021
@didix21 didix21 added the bug Something isn't working label Jun 28, 2021
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