-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
💡New FeatureProposal for new implementationProposal for new implementation
Description
Description
By default a running python script can't be canceled by pressing CTRL+ C.
It'd be nice to be able to stop the bot when using a standalone terminal without closing the whole window.
Example situation
Nice to have when not using an IDE which handles the python process and starting the bot in a standalone command line window.
Additional context
Ctrl + C sends a signal, SIGINT, to the Python process, which the Python interpreter handles by raising the KeyboardInterrupt exception in the currently-running scope.
Metadata
Metadata
Assignees
Labels
💡New FeatureProposal for new implementationProposal for new implementation