[Flask] Flask app syntax error

Matthew Jorgensen matthew at jrgnsn.net
Tue Jun 18 02:32:08 EDT 2019


> On Jun 18, 2019, at 01:28, Cravan <savageapple850 at gmail.com> wrote:
> 
> engine = create_engine(os.getenv("DATABASE_URL")


This needs the second closing parenthesis. 

`engine = create_engine(os.getenv("DATABASE_URL"))`

Matthew



More information about the Flask mailing list