всем привет) Есть вопрос по модулю eel python
при закрытии окна интерпретатор не закрывается
import eel
eel.init("web")
eel.start('index.html', size=(400,400))
в документации написано следующее:
close_callback, a lambda or function that is called when a websocket to a window closes (i.e. when the user closes the window). It should take two arguments; a string which is the relative path of the page that just closed, and a list of other websockets that are still open. Default: None
Как передать параметр?