NathanChen198 / streamlit-cookies-controller

Control client browser cookie for the site.
MIT License
31 stars 1 forks source link

Fix an odd iterable error, and fix some typos #1

Open wyattscarpenter opened 6 months ago

wyattscarpenter commented 6 months ago

I recommend squashing these commits into one, I suppose.

posac commented 2 months ago

👍

Waiting for this PR to be merged

wyattscarpenter commented 2 months ago

I don't use this package anymore (my need for it expired) so I don't remember this very sharply, but, for the record, I'm fairly sure this pull request is supposed to address a disruptive error you would get if trying to access cookies before setting any cookies. So, for example, when I tried to getAll the cookies to begin with to see what I was dealing with, I got an error instead of an empty dictionary. Which this PR solves.