Skip to content

Commit 759e994

Browse files
toopyFlorent
authored andcommitted
Fixes programming error
1 parent 3500479 commit 759e994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/mdstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def load(self):
480480
self.parse(_txt)
481481
return True
482482
else:
483-
logger.info("Response status: %s" % response.status)
483+
logger.info("Response status: %s" % response.status_code)
484484
return False
485485

486486

0 commit comments

Comments
 (0)