refactor: remove duplicate scripts + JSON constants + update docs
This commit is contained in:
@@ -20,8 +20,6 @@ from mo_data import read_portfolio, read_decisions, read_watchlist
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
from mofin_db import get_conn, write_holdings_batch, write_portfolio_summary, write_holding_strategy
|
||||
|
||||
PORTFOLIO_PATH = "/home/hmo/web-dashboard/data/portfolio.json"
|
||||
DECISIONS_PATH = "/home/hmo/web-dashboard/data/decisions.json"
|
||||
|
||||
def parse_args():
|
||||
args = {}
|
||||
|
||||
Reference in New Issue
Block a user