From 6f11aed0240c1b42eb1248ce5d1b1d1815351f5c Mon Sep 17 00:00:00 2001 From: Thomas Philipona Date: Tue, 30 Jul 2019 08:59:38 +0200 Subject: [PATCH] Update channel for left tap --- gpio_handler/gpio_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpio_handler/gpio_handler.py b/gpio_handler/gpio_handler.py index c0bb6bf..e1e05e3 100755 --- a/gpio_handler/gpio_handler.py +++ b/gpio_handler/gpio_handler.py @@ -154,7 +154,7 @@ if __name__ == "__main__": draw_beer(r_ch1, t_small_beer) elif args.products == "LEFT_TAP": print("Choice: left tap") - draw_beer(r_ch2,t_left_tap) + draw_beer(r_ch1,t_left_tap) elif args.products == "RIGHT_TAP": print("Choice: right tap") draw_beer(r_ch2,t_right_tap)