Stop spinner after show crontab completes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-06 04:46:16 +02:00
parent 48bd0ab1d4
commit 07bc23a7a1

View File

@@ -140,6 +140,7 @@ class ScheduleScreen(Screen):
log_screen.write(stdout)
if stderr:
log_screen.write(stderr)
log_screen.finish()
def action_go_back(self) -> None:
self.app.pop_screen()