Make broker creds/auth optional

small_kucoin_fixes
jaredgoldman 2023-03-19 14:48:47 -04:00
parent 52070c00f9
commit ac31bca181
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ class Client:
config = get_config()
if (
float("key_id" in config)
config
and float("key_id" in config)
and ("key_secret" in config)
and ("key_passphrase" in config)
):