fix docs at the top to honor correctly expiration when used in models

Thanks @KabluBR  for spotting it
This commit is contained in:
niphlod
2015-03-03 20:30:40 +01:00
parent 4168002a58
commit c4a703eb84
+1 -1
View File
@@ -24,7 +24,7 @@ Typical usage:
# Delete session in a module (move to the modules folder)
from sessions2trash import single_loop
def delete_sessions():
single_loop()
single_loop(auth.settings.expiration)
"""