feat(cli): no need to reload config on provider

This commit is contained in:
Benex254
2024-08-10 23:01:44 +03:00
parent 33d69cb95a
commit 0e5cb56970

View File

@@ -201,7 +201,6 @@ def run_cli(
if provider:
ctx.obj.provider = provider
ctx.obj.load_config()
if server:
ctx.obj.server = server
if format: