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 .replace_from_cookie logic and usage #152

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Conversation

syeopite
Copy link
Owner

Commit ece5302 introduced a bug where the setting cookie was not getting parsed due to faulty comparison logic (if int == string) and the lack of a proper return causing request.ctx.preferences to become None

Closes #151

Commit ece5302 introduced
a bug where the setting cookie was not getting parsed due to
faulty comparison logic (if int == string) and the lack of a
proper return causing request.ctx.preferences to become None
@syeopite syeopite merged commit 9d1e9b7 into master Nov 30, 2024
@syeopite syeopite deleted the fix-setting-not-saved branch November 30, 2024 01:37
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.

Settings aren't getting saved
1 participant