Make broker creds/auth optional

emit_clear_ticks_only_on_ts_change
jaredgoldman 2023-03-19 14:48:47 -04:00
parent 9c2177077e
commit 99e94f81be
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)
):