mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-28 00:56:19 +00:00
Remove try..except block, now pyaes is made available during setup
This commit is contained in:
parent
bbad1f774e
commit
3686f6921d
@ -16,10 +16,7 @@
|
|||||||
# 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/>.
|
||||||
|
|
||||||
try:
|
from pyaes import AES
|
||||||
from pyaes import AES
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
BLOCK_SIZE = 16
|
BLOCK_SIZE = 16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user