You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-17 01:32:29 +02:00
Fix a bunch of typos
This commit is contained in:
@ -472,7 +472,7 @@ class MailuSessionExtension:
|
||||
redis.StrictRedis().from_url(app.config['SESSION_STORAGE_URL'])
|
||||
)
|
||||
|
||||
# clean expired sessions oonce on first use in case lifetime was changed
|
||||
# clean expired sessions once on first use in case lifetime was changed
|
||||
def cleaner():
|
||||
with cleaned.get_lock():
|
||||
if not cleaned.value:
|
||||
|
Reference in New Issue
Block a user