Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
discord: client: Ignore RuntimeError when calling add_signal_handler() (
#673) * When Client.run() is called in a new thread (using threading.Thread), add_signal_handler will raise the following exception: * RuntimeError: set_wakeup_fd only works in main thread of the main interpreter * We can ignore this as well Change-Id: Id21beaff59e1450186c4410e1ead41c0f738e01e Signed-off-by: Sebastiano Barezzi <[email protected]>
- Loading branch information