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
|
||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
try:
|
||||
from pyaes import AES
|
||||
except ImportError:
|
||||
pass
|
||||
from pyaes import AES
|
||||
|
||||
BLOCK_SIZE = 16
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user