diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-01-11 13:21:48 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-01-11 13:21:48 -0800 |
| commit | 66174fc89bbf238d9ec93ba3a82e6f44f9b6fdf2 (patch) | |
| tree | 2f7021c5fb596d3120f582a03994682b5b7db53d | |
| parent | d840bd71f2f10057ec47339d8ba0ff0d017d9b5d (diff) | |
Try to fix the lemonade
| -rw-r--r-- | whiskey/drink.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whiskey/drink.py b/whiskey/drink.py index 5c4b88e..6b71bd4 100644 --- a/whiskey/drink.py +++ b/whiskey/drink.py @@ -44,7 +44,7 @@ def whiskey(style): subprocess.call(['at', 'now', '-f', '/var/www/bartender/repo/makesite.sh']) case "sour": subprocess.call(['at', 'now', '-f', '/var/www/3dangst/repo/makesite.sh']) - case _: abort(404,"We Don't Serve That Here!") + case _: abort(404,"We Don't Serve That Here!(whiskey/"+style+")") return f"One Whiskey, {escape(style)}!" |
