diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py index 11a44a2..4e9b390 100644 --- a/settings.py +++ b/settings.py @@ -8,8 +8,8 @@ TEMPLATE_DEBUG = DEBUG # The port the Python server should run on. SERVER_PORT = 8001 -# Timeout for the code to run in seconds. -SERVER_TIMEOUT = 2.0 +# Timeout for the code to run in seconds. This is an integer! +SERVER_TIMEOUT = 2 ADMINS = ( # ('Your Name', 'your_email@example.com'), |