Как достать данные из <select> и направить в python.EEL
* { font-family: 'Oswald', sans-serif; } body{ background: #c21500; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #ffc500, #c21500); /* Chrome 10-2…
* { font-family: 'Oswald', sans-serif; } body{ background: #c21500; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #ffc500, #c21500); /* Chrome 10-2…
Есть код: import eel import disnake from disnake.ext import commands GUILD_ID = *** CHANNEL_ID = *** TOKEN = '***' bot = commands.Bot(command_prefix='$$', help_command=None, inten…
partially initialized module 'eel' has no attribute 'init' (most likely due to a circular import) вот код import eel eel.init('web') eel.start('index.html')