disable autoreload

This commit is contained in:
j 2014-05-26 12:10:56 +02:00
parent bc9e6cc92d
commit 05db6f042d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def run():
static_path = os.path.join(root_dir, 'static')
options = {
'debug': not PID,
'debug': False,
'gzip': True
}