Make request._client a public member, dropping the '_'.

(imported from commit 5fc7ab57157ceb40c8bca9b0c97a47d8fac6745b)
This commit is contained in:
Luke Faraone
2013-03-26 11:40:28 -07:00
parent 9519484c8f
commit 2be8f80f47
4 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ class LogRequests(object):
except Exception:
email = "unauth"
try:
client = request._client.name
client = request.client.name
except Exception:
client = "?"