portfolio_management / newBackgroundTask.py
huggingface112's picture
move files to normal tracking except .db
976166f
raw
history blame
285 Bytes
import sys
sys.path.append('/Users/lamonkey/Desktop/risk-monitor-dashboard')
from pipeline import update
import panel as pn
from datetime import timedelta
# pn.state.schedule_task(
# 'task', run, period=timedelta(seconds=3)
# )
# update stock price and benchmark profile
update()