Add 511 Network Authentication Required status code to dict of status codes

This commit is contained in:
Ann Paul
2015-10-26 08:42:37 -07:00
parent d290a9b4c6
commit 7dd94941c8
+1
View File
@@ -78,6 +78,7 @@ _codes = {
507: ('insufficient_storage',),
509: ('bandwidth_limit_exceeded', 'bandwidth'),
510: ('not_extended',),
511: ('network_authentication_required', 'network_auth', 'network_authentication'),
}
codes = LookupDict(name='status_codes')