Skip to content

Commit 95d7210

Browse files
committed
Merge branch 'patch-4'
2 parents fab79e0 + ba4bfe4 commit 95d7210

File tree

1 file changed

+1
-1
lines changed
  • curriculum/section13/lectures/04_encrypt_passwords_passlib/end/app

1 file changed

+1
-1
lines changed

curriculum/section13/lectures/04_encrypt_passwords_passlib/end/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ def signup():
6161

6262

6363
@app.errorhandler(401)
64-
def auth_error():
64+
def auth_error(error):
6565
return "Not authorized"

0 commit comments

Comments
 (0)