We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead20a7 commit 87394fdCopy full SHA for 87394fd
src/cs50/sql.py
@@ -292,7 +292,7 @@ def shutdown_session(exception=None):
292
293
# If no connection for context yet
294
if not flask.g._connection:
295
- flas.g._connection = self._engine.connect()
+ flask.g._connection = self._engine.connect()
296
297
# Use context's connection
298
connection = flask.g._connection
0 commit comments