We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c90eb5 commit 8131c21Copy full SHA for 8131c21
jupyter_server/base/handlers.py
@@ -771,7 +771,7 @@ def update_api_activity(self):
771
# record activity of authenticated requests
772
if (
773
self._track_activity
774
- and getattr(self, "_user_cache", None)
+ and getattr(self, "_jupyter_current_user", None)
775
and self.get_argument("no_track_activity", None) is None
776
):
777
self.settings["api_last_activity"] = utcnow()
0 commit comments