mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-18 15:44:21 +01:00
Append call to test_gpio function
This commit is contained in:
@@ -113,6 +113,7 @@ if __name__ == "__main__":
|
||||
# choose product
|
||||
if args.test:
|
||||
print("Test mode enabled")
|
||||
gpio_test()
|
||||
elif args.product == "large":
|
||||
print("Choice: Large beer")
|
||||
draw_beer("large", t_large_beer)
|
||||
|
||||
Reference in New Issue
Block a user