andreyover
Results
1
issues of
andreyover
**Problem** "Uncaught TypeError: Cannot read properties of undefined (reading 'send')" when i trying run a function with "eel.nice()" inside. **app.py** ``` @eel.expose def nice(): print("GG") ``` **topnav.html** ``` checkBox =...
help wanted