4 lines
129 B
Python
4 lines
129 B
Python
from database import get_env_bool
|
|
print(get_env_bool("LS_WS_TICK_SAVE", True))
|
|
print(get_env_bool("LS_WS_ORDERBOOK_SAVE", True))
|