3 lines
106 B
Python
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')}")
|