mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-21 17:24:33 -05:00
Additional card tweaks.
This commit is contained in:
parent
c15ca02731
commit
d4ce00a5fc
|
|
@ -31,7 +31,7 @@ class CardCipher:
|
|||
def __type_from_cardid(cardid: str) -> int:
|
||||
if cardid[:4].upper() == "E004":
|
||||
return 1
|
||||
if cardid[:2].upper() == "0":
|
||||
if cardid[:1] == "0":
|
||||
return 2
|
||||
raise CardCipherException("Unrecognized card type")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user