Skip to content

Commit

Permalink
Merge pull request #17 from aashays/patch-1
Browse files Browse the repository at this point in the history
Use device_type to fetch Device Type Name
  • Loading branch information
Kakise authored Nov 30, 2021
2 parents 7b19d1c + a35474b commit 45c27b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calculate_device_credenial.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
print("Serial:", serial)
print("Credential:", credential)
print("Device Type:", device_type)
print("Device Type Name:", DEVICE_TYPE_NAMES[model])
print("Device Type Name:", DEVICE_TYPE_NAMES[device_type])

0 comments on commit 45c27b8

Please sign in to comment.