Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion marimo/_server/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def __init__(
def start_kernel(self) -> None:
# We use a process in edit mode so that we can interrupt the app
# with a SIGINT; we don't mind the additional memory consumption,
# since there's only one client sess
# since there's only one client session
is_edit_mode = self.mode == SessionMode.EDIT
listener = None
if is_edit_mode:
Expand Down
Loading