You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading your code and stumbled upon the linked code lines.
There I don't understand why line 167 doesn't throw an error.
Because if if not req[self.session_name] evaluates to True how can there be a modified field?
Best
Simon
The text was updated successfully, but these errors were encountered:
sanic-session/sanic_session/base.py
Lines 164 to 169 in 551de4b
Hello,
I was reading your code and stumbled upon the linked code lines.
There I don't understand why line 167 doesn't throw an error.
Because if
if not req[self.session_name]
evaluates toTrue
how can there be amodified
field?Best
Simon
The text was updated successfully, but these errors were encountered: