Update Beer Type name

This commit is contained in:
Thomas Philipona
2019-05-28 15:46:44 +02:00
committed by GitHub
parent f1479b856e
commit 42d69192f2

View File

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