mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
code style, code clean up of redundant functions, comments, its many minor fixes across the platform. Sorry for not making 20 commits
This commit is contained in:
parent
6bb7199a7b
commit
cef07dedf6
57 changed files with 672 additions and 521 deletions
|
@ -194,7 +194,7 @@ def Describe_Usage_2_1(Usage, ContractMediumEndDate, Certificate):
|
|||
EventGeoRoute_Direction = Usage.nom(2)
|
||||
EventGeoVehicleId = Usage.nom(16)
|
||||
EventCountPassengers_mb = Usage.nom(4)
|
||||
|
||||
|
||||
EventValidityTimeFirstStamp = Usage.nom(11)
|
||||
|
||||
print(' EventDateStamp : {} ({})'.format(EventDateStamp, (datetime(1997, 1, 1) + timedelta(days = ContractMediumEndDate - EventDateStamp)).strftime('%Y-%m-%d')))
|
||||
|
@ -446,7 +446,7 @@ def main():
|
|||
oa = MAR_OrganizationalAuthority_Contract_Provider.get(OrganizationalAuthority)
|
||||
else:
|
||||
oa = None
|
||||
|
||||
|
||||
if (oa is not None):
|
||||
s = oa.get(ContractProvider)
|
||||
if (s is not None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue