From: Jiri Vlasak Date: Thu, 2 Jan 2020 09:58:57 +0000 (+0100) Subject: Add Club-mate shortcut to drunk sum runnable X-Git-Tag: v0.4.0~2^2~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/coffee-getter.git/commitdiff_plain/878417e283a1df28ce4424195f09dad85a7a7d80?ds=sidebyside Add Club-mate shortcut to drunk sum runnable --- diff --git a/run/drunk_sum.py b/run/drunk_sum.py index e926fe5..eeec196 100755 --- a/run/drunk_sum.py +++ b/run/drunk_sum.py @@ -7,6 +7,7 @@ from cbgetter import CoffeebotGetter SS = { "covfefe": "espresso;espresso lungo;cappuccino;latte macchiato", "coffee": "espresso;espresso lungo;cappuccino;latte macchiato", + "mate": "Club-Mate 0,5 l;Club-Mate 0,33 l", } if __name__ == "__main__": @@ -26,6 +27,10 @@ if __name__ == "__main__": "2010-10-20", "2020-10-20" )) + print("Instead of beverage real name, you may use:") + print("- coffee (for all coffees)") + print("- covfefe (equal to coffee)") + print("- mate (for all Club-mates)") exit(1) g = CoffeebotGetter() if ";" in argv[1]: