mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Workaround broken installation process
This commit is contained in:
parent
98a7420416
commit
a459f7a1a3
@ -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/>.
|
||||
|
||||
from pyaes import AES
|
||||
# TODO: Workaround
|
||||
try:
|
||||
from pyaes import AES
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
BLOCK_SIZE = 16
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user