From 3d143f266d81987925f95ccfd47199f8e0dd8d93 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Sat, 21 Aug 2021 12:44:52 +0300 Subject: [PATCH] Deleted in dev from OWNOPTIONS But functions arent working right now --- GTAwhatToBuy/GTAwhatToBuy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GTAwhatToBuy/GTAwhatToBuy.py b/GTAwhatToBuy/GTAwhatToBuy.py index 09fd2ba..851d1e9 100644 --- a/GTAwhatToBuy/GTAwhatToBuy.py +++ b/GTAwhatToBuy/GTAwhatToBuy.py @@ -64,7 +64,7 @@ doing = 0 menulist = {"main": ['Data output', 'Database loading and options', 'Add new item', 'Owning options', 'Exit'], "output": ['Print all database', 'Print all items', 'Print all items by type', 'Print all items by shop', 'Print all items by price below this', 'Back'], "baseoptions": ['Create backup of opened database', 'Open another database', 'Create new database', 'Validate database', 'Back'], - "ownoptions": ['Edit own or not (in dev)', 'Show only owned (in dev)', 'Show only unowned (in dev)', 'Show all (in dev)', 'Back'], + "ownoptions": ['Edit own or not', 'Show only owned', 'Show only unowned', 'Show all', 'Back'], "exit": ["Exit", "Back"]} def exitmenu(stdscr):