signalstickers / signalstickers-client

⚙️🐍 A Python client for the Signal stickers API
https://pypi.org/project/signalstickers-client/
GNU Lesser General Public License v3.0
54 stars 9 forks source link

use bytes.fromhex instead of binascii.unhexlify #9

Closed ioistired closed 3 years ago

ioistired commented 3 years ago

Not sure why binascii.unhexlify exists tbh

romainricard commented 3 years ago

Looks like binascii.unhexlify is the "old way" of doing bytes.fromhex. Thanks @iomintz :+1: