core: check that first argument to start() is not None
Previously this was handled by 'callback' setter, but that one now accepts both callable and None, so we need a separate check for None in start()
Showing
Please register or sign in to comment