From 16e0829c9cf95454cd90d8c6404c52985e57da50 Mon Sep 17 00:00:00 2001 From: adrianna Date: Tue, 13 Sep 2016 21:57:25 +0200 Subject: [PATCH] changed name --- tabakrolletjie/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabakrolletjie/constants.py b/tabakrolletjie/constants.py index 63e13dd..f241360 100644 --- a/tabakrolletjie/constants.py +++ b/tabakrolletjie/constants.py @@ -3,7 +3,7 @@ import os -TITLE = "Space Turnips" +TITLE = "Attack of the Giant Space Mould" # Debug DEBUG = os.environ.get("TABAK_DEBUG", "").lower() in ("1", "y", "yes") -- 2.34.1