MaxHalford/flask-boilerplate

`AttributeError: 'list' object has no attribute 'lower'`

arokem opened this issue · 2 comments

screen shot 2015-11-23 at 3 31 19 pm

This happens on both python 2 and python 3, running on a mac laptop.

I think I pushed a wrong config.py file. What happens if you replace SERVER_NAME = ['localhost:5000'] with SERVER_NAME = 'localhost:5000' in config.py?

Okay for some reason this didn't bug out for me, however the syntax was wrong. It's fixed now.