From 7d9105e2e01bbfd7ebae3183f37f9685f203346b Mon Sep 17 00:00:00 2001 From: sun-guannan Date: Mon, 11 Aug 2025 21:49:11 +0800 Subject: [PATCH] fix bug --- util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.py b/util.py index fcee430..225f68f 100644 --- a/util.py +++ b/util.py @@ -6,7 +6,7 @@ import os import hashlib import functools import time -from settings.local import DRAFT_DOMAIN, PREVIEW_ROUTER +from settings.local import DRAFT_DOMAIN, PREVIEW_ROUTER, IS_CAPCUT_ENV def hex_to_rgb(hex_color: str) -> tuple: """Convert hexadecimal color code to RGB tuple (range 0.0-1.0)"""