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 strip calls #67

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Fixed strip calls #67

merged 1 commit into from
Sep 27, 2024

Conversation

Skyb0rg007
Copy link
Contributor

Commit ff78512 added whitespace stripping to the responses, but made the call on the result of append rather than the string. This results in an exception being thrown since the return value of append is None.

Commit ff78512 added whitespace stripping to the responses, but made the call on the list rather than the string
@mietzen mietzen merged commit 92f1434 into mietzen:main Sep 27, 2024
13 checks passed
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.

2 participants