Skip to content

Commit

Permalink
Change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Mar 22, 2024
1 parent 38a7e84 commit 3d3fcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sardine_core/scheduler/async_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ async def _sleep_until(self, deadline: Union[float, int]) -> bool:
os.system("cls" if os.name == "nt" else "clear")
print(
Panel.fit(
"[red]/!\ Ctrl-C Pressed: Sardine was interrupted. Press again to quit![/red]"
"[red]/!\ Exit Pressed: Sardine was interrupted. Press Ctrl-C again to quit![/red]"
)
)

Expand Down

0 comments on commit 3d3fcc5

Please sign in to comment.