This commit is contained in:
Timothy Jaeryang Baek 2025-05-28 01:41:49 +04:00
parent f5fefb49d5
commit 7effb04782

View File

@ -12,7 +12,7 @@ log = logging.getLogger(__name__)
log.setLevel(SRC_LOG_LEVELS["MAIN"])
def get_function_module(request, function_id, load_from_db=False):
def get_function_module(request, function_id, load_from_db=True):
"""
Get the function module by its ID.
"""