Append call to test_gpio function

This commit is contained in:
aschmocker
2018-10-04 14:23:48 +02:00
parent 55da49e031
commit b39c407262

View File

@@ -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)