Files
kis_bot/scratch/check_ws_provider.py

3 lines
106 B
Python

from kis_trader.utils.env import get_env_from_db
print(f"WS_PROVIDER = {get_env_from_db('WS_PROVIDER')}")