From c9d815134e6014eeb965e72575d8c2d2b20b4b05 Mon Sep 17 00:00:00 2001 From: xbl Date: Thu, 30 Jul 2026 19:39:07 +0200 Subject: [PATCH] modified: profiles.py --- profiles.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/profiles.py b/profiles.py index 45f5012..ba27d2f 100644 --- a/profiles.py +++ b/profiles.py @@ -9,7 +9,7 @@ profiles = { "info_text4": "energizing, calming" }, "Apricot Mimosa": { - "values": [27, 69, 65, 42, 41, 60], + "values": [27, 69, 65, 43, 41, 60], "info_text0": "9%", "info_text1": "8%", "info_text2": "Indica-dominant Hybrid", @@ -41,13 +41,21 @@ profiles = { "info_text4": "energizing, focusing" }, "Cleopatra's Milk": { - "values": [29, 65, 45, 35, 35, 55], + "values": [26, 65, 45, 35, 35, 55], "info_text0": "18%", "info_text1": "<1%", "info_text2": "Indica-dominant Hybrid", "info_text3": "cake, oriental spices, fruit", "info_text4": "inspring, calming" }, + "Grape Waves": { + "values": [24, 75, 45, 45, 33, 45], + "info_text0": "18%", + "info_text1": "<1%", + "info_text2": "Indica-dominant Hybrid", + "info_text3": "creamy, heavy, raisins", + "info_text4": "calming, inspiring" + }, "JBT Kush": { "values": [30, 55, 50, 55, 45, 41], "info_text0": "20%", @@ -56,14 +64,6 @@ profiles = { "info_text3": "gassy (fuel), cheesy, pungent", "info_text4": "calming, relaxing, sleep promoting" }, - "Grape Waves": { - "values": [24, 75, 45, 45, 35, 45], - "info_text0": "18%", - "info_text1": "<1%", - "info_text2": "Indica-dominant Hybrid", - "info_text3": "creamy, heavy, raisins", - "info_text4": "calming, inspiring" - }, "Mother's Choice": { "values": [35, 35, 55, 35, 50, 61], "info_text0": "15%",