From b272fec78e30d1a10f3ab761684a119193391296 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 19 十一月 2024 17:08:57 +0800 Subject: [PATCH] 解决冲突 --- app/config/config.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/config/config.py b/app/config/config.py index 2d7bdf2..435ee86 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -14,7 +14,8 @@ fetch_fwr_agent: str = '' PUBLIC_KEY: str PRIVATE_KEY: str - + PASSWORD_KEY: str + basic_base_url: str = '' def __init__(self, **kwargs): # Check if all required fields are provided and set them for field in self.__annotations__.keys(): -- Gitblit v1.8.0