aliosha commited on
Commit
5cb25c7
1 Parent(s): 0267ef0

going back to working version

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,6 +11,8 @@ except ImportError:
11
  logging.exception("gunicorn not installed")
12
  gunicorn_present = False
13
 
 
 
14
  STARTING_SIZE = 'small'
15
  UPLOAD_FOLDER = 'uploads'
16
  ALLOWED_EXTENSIONS = {'ogg', 'mp3', 'mp4', 'wav',
11
  logging.exception("gunicorn not installed")
12
  gunicorn_present = False
13
 
14
+ gunicorn_present = False
15
+
16
  STARTING_SIZE = 'small'
17
  UPLOAD_FOLDER = 'uploads'
18
  ALLOWED_EXTENSIONS = {'ogg', 'mp3', 'mp4', 'wav',