disable autoreload

This commit is contained in:
j 2014-05-26 12:10:56 +02:00
parent bc9e6cc92d
commit 05db6f042d

View file

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