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)