odedlaz / ax3600-files

43 stars 18 forks source link

Fix lstrip() #4

Closed StudioMaX closed 3 years ago

StudioMaX commented 3 years ago

The issue is that .lstrip("0x") also removes 0 character if it is at the beginning of the CRC32 value. Something like 1020304 from 0x01020304 instead of 01020304. Closes #3

odedlaz commented 3 years ago

Thanks @StudioMaX ! highly appreicated! :)