mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Fix minor typo
This commit is contained in:
@@ -56,7 +56,7 @@ def main():
|
|||||||
try:
|
try:
|
||||||
pi_info().pprint(color=args.color)
|
pi_info().pprint(color=args.color)
|
||||||
except IOError:
|
except IOError:
|
||||||
print('This device is not an Raspberry Pi?')
|
print('This device is not a Raspberry Pi?')
|
||||||
exit(2)
|
exit(2)
|
||||||
else:
|
else:
|
||||||
pi_info(args.revision).pprint(color=args.color)
|
pi_info(args.revision).pprint(color=args.color)
|
||||||
|
|||||||
Reference in New Issue
Block a user