Skip to content

Commit 87394fd

Browse files
author
Kareem Zidane
committed
fix typo
1 parent ead20a7 commit 87394fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cs50/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def shutdown_session(exception=None):
292292

293293
# If no connection for context yet
294294
if not flask.g._connection:
295-
flas.g._connection = self._engine.connect()
295+
flask.g._connection = self._engine.connect()
296296

297297
# Use context's connection
298298
connection = flask.g._connection

0 commit comments

Comments
 (0)