disable autoreload
This commit is contained in:
parent
bc9e6cc92d
commit
05db6f042d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue