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 f172c33 commit d7681f1Copy full SHA for d7681f1
jupyter_server_proxy/standalone/__init__.py
@@ -95,7 +95,7 @@ def run(
95
# Periodically send JupyterHub Notifications, that we are still running
96
if activity_interval > 0:
97
log.info(
98
- f"Sending Acitivity Notivication to JupyterHub with interval={activity_interval}s"
+ f"Sending Activity Notification to JupyterHub with interval={activity_interval}s"
99
)
100
start_activity_update(activity_interval)
101
0 commit comments