From d57729eb7346494795b221209727e8340e20df52 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 7 Mar 2024 20:00:17 +0100 Subject: [PATCH] fix typo --- routes/conditions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/conditions.py b/routes/conditions.py index 21ae989..b3134cb 100644 --- a/routes/conditions.py +++ b/routes/conditions.py @@ -5,7 +5,7 @@ table_name = 'conditions' route = table_name r = getRethinkDB() -booleans = ["disbled"] +booleans = ["disabled"] def create_conditions_routes(app): # Create a table (if not exists)