mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14: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
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from pyaes import AES
|
# TODO: Workaround
|
||||||
|
try:
|
||||||
|
from pyaes import AES
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
|
|
||||||
BLOCK_SIZE = 16
|
BLOCK_SIZE = 16
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue