mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Make request._client a public member, dropping the '_'.
(imported from commit 5fc7ab57157ceb40c8bca9b0c97a47d8fac6745b)
This commit is contained in:
@@ -48,7 +48,7 @@ class LogRequests(object):
|
||||
except Exception:
|
||||
email = "unauth"
|
||||
try:
|
||||
client = request._client.name
|
||||
client = request.client.name
|
||||
except Exception:
|
||||
client = "?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user