fafatypoty / BlumBot

BlumBot - full typed and fast bot for Blum Crypto Bot (https://t.me/BlumCryptoBot)
8 stars 2 forks source link

AttributeError: module 'enum' has no attribute 'StrEnum' #2

Closed tancyit3 closed 6 days ago

tancyit3 commented 1 week ago

Вылезает такая ошибка, хотя модуль enum есть

изображение

Rollagit commented 1 week ago

edit line 27 Blum.py from class RequestMethods(Enum.StrEnum): to class RequestMethods(Enum):

but this code not working anymore