Skip to content
Snippets Groups Projects
Commit 69bafd70 authored by Megan Henning's avatar Megan Henning
Browse files

Fix typo

parent 7807351f
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ class RequestHandler(webapp2.RequestHandler): ...@@ -129,7 +129,7 @@ class RequestHandler(webapp2.RequestHandler):
# Check if site has inactivity timeout # Check if site has inactivity timeout
try: try:
inactivity_timeout = config.get('site', 'inactivity_timeout') inactivity_timeout = config.get_item('site', 'inactivity_timeout')
except KeyError: except KeyError:
inactivity_timeout = None inactivity_timeout = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment