zhangqian
2024-11-21 d74138c43e8ffa86ce73eacd2726edf17919d348
app/config/config.py
@@ -14,8 +14,8 @@
    fetch_fwr_agent: str = ''
    PUBLIC_KEY: str
    PRIVATE_KEY: str
    HASH_SUB_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():