1
0
Fork 0
mirror of https://github.com/snovvcrash/usbrip.git synced 2024-06-08 15:06:04 +02:00

Fix dates sorting

This commit is contained in:
Sam Free5ide 2019-02-18 00:27:19 +03:00
parent 91e60d2737
commit 9285e850fe

View File

@ -144,7 +144,7 @@ else:
# ----------------------------------------------------------
MONTH_ENUM = {m[:3]: str(i+1) for i, m in enumerate(month_name[1:])}
MONTH_ENUM = {m[:3]: hex(i+1)[2:].upper() for i, m in enumerate(month_name[1:])}
# ----------------------------------------------------------