mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Workaround broken installation process
This commit is contained in:
parent
98a7420416
commit
a459f7a1a3
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# TODO: Workaround
|
||||
try:
|
||||
from pyaes import AES
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
BLOCK_SIZE = 16
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue