mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-17 07:04:21 +01:00
Update Beer Type name
This commit is contained in:
@@ -128,10 +128,10 @@ if __name__ == "__main__":
|
|||||||
elif args.flush:
|
elif args.flush:
|
||||||
print("Choice: Flush tap")
|
print("Choice: Flush tap")
|
||||||
draw_beer(t_flush)
|
draw_beer(t_flush)
|
||||||
elif args.products == "LARGE_BEER":
|
elif args.products == "LARGE":
|
||||||
print("Choice: Large beer")
|
print("Choice: Large beer")
|
||||||
draw_beer(t_large_beer)
|
draw_beer(t_large_beer)
|
||||||
elif args.products == "SMALL_BEER":
|
elif args.products == "SMALL":
|
||||||
print("Choice: Small beer")
|
print("Choice: Small beer")
|
||||||
draw_beer(t_small_beer)
|
draw_beer(t_small_beer)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user