From d001c14bc9caac91cdb5f9b22a60ea8513bdff07 Mon Sep 17 00:00:00 2001 From: Vincent Zeng Date: Thu, 15 Mar 2018 16:41:41 -0400 Subject: [PATCH] stubbing burying feels --- ttbp/config/__init__.py | 2 +- ttbp/ttbp.py | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ttbp/config/__init__.py b/ttbp/config/__init__.py index e4b2ac9..4860c98 100644 --- a/ttbp/config/__init__.py +++ b/ttbp/config/__init__.py @@ -83,7 +83,7 @@ ___________________________________________________________ | ____ ____ ____ _ ____ ____ _ _ ____ _ _ _ ____ | | |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ | | | |___ |___ |___ ___] |___ | \| |__] | | \| |___ | -| ver 0.12.1b (purging) | +| ver 0.12.2b (bury your feels) | |__________________________________________________________| '''.lstrip() diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index dff3a1f..ccc39a4 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -612,6 +612,7 @@ def review_menu(intro=""): "read over feels", "modify feels publishing", "backup your feels", + "bury some feels", "delete feels by day", "purge all feels", "import a feels backup", @@ -645,18 +646,20 @@ def review_menu(intro=""): else: top = nofeels elif choice == 3: + top = DUST + elif choice == 4: if hasfeels: redraw("deleting feels") delete_feels() else: top = nofeels - elif choice == 4: + elif choice == 5: if hasfeels: redraw("!!!PURGING ALL FEELS!!!") purge_feels() else: top = nofeels - elif choice == 5: + elif choice == 6: top = DUST else: redraw()