This commit is contained in:
Nirvana
2025-11-29 13:09:57 +01:00
parent fb70763352
commit aa6ebd5399
@@ -39,7 +39,7 @@ class HRTiAuthenticator(BaseAuthenticator):
super().__init__(
provider_name='hrti',
credentials=credentials,
country='HR', # Default country for HRTi
country=None,
config_dir=config_dir
# NO proxy_config or http_manager passed to parent
)