mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-17 07:04:21 +01:00
Update channel for left tap
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user