Skip to content

Commit b89beac

Browse files
Marijn0MichaIng
andauthored
review suggestion
Co-authored-by: MichaIng <micha@dietpi.com>
1 parent 9705bed commit b89beac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

motioneye/handlers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
def session_expiry_seconds(user_type: str) -> int:
4040
if user_type == 'normal':
41-
return max(1, settings.NORMAL_SESSION_EXPIRY_HOURS) * 3600
41+
return max(1, NORMAL_SESSION_EXPIRY_HOURS) * 3600
4242
return _SESSION_EXPIRY_SECONDS
4343

4444

0 commit comments

Comments
 (0)