hysts HF staff commited on
Commit
a307bc1
1 Parent(s): 682a2a2
Files changed (1) hide show
  1. constants.py +1 -0
constants.py CHANGED
@@ -6,6 +6,7 @@ STATUS_CHOICES = [
6
  'STOPPED',
7
  'RUNTIME_ERROR',
8
  'BUILD_ERROR',
 
9
  'BUILDING',
10
  'RUNNING_BUILDING',
11
  'NO_APP_FILE',
 
6
  'STOPPED',
7
  'RUNTIME_ERROR',
8
  'BUILD_ERROR',
9
+ 'CONFIG_ERROR',
10
  'BUILDING',
11
  'RUNNING_BUILDING',
12
  'NO_APP_FILE',