Fix call to config dictionary from pvc_api
This commit is contained in:
		@@ -29,7 +29,7 @@ if pvc_api.config['debug']:
 | 
			
		||||
    # Run in Flask standard mode
 | 
			
		||||
    pvc_api.app.run(pvc_api.config['listen_address'], pvc_api.config['listen_port'])
 | 
			
		||||
else:
 | 
			
		||||
    if config['ssl_enabled']:
 | 
			
		||||
    if pvc_api.config['ssl_enabled']:
 | 
			
		||||
        # Run the WSGI server with SSL
 | 
			
		||||
        http_server = gevent.pywsgi.WSGIServer(
 | 
			
		||||
            (pvc_api.config['listen_address'], pvc_api.config['listen_port']),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user