`AttributeError: 'list' object has no attribute 'lower'`
arokem opened this issue · 2 comments
arokem commented
MaxHalford commented
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
?
MaxHalford commented
Okay for some reason this didn't bug out for me, however the syntax was wrong. It's fixed now.