GonVas / tickerrain

Website that displays in real time tickers being processed by different sources.
MIT License
179 stars 56 forks source link

Having issues viewing the plots possible bug #4

Closed granthoff1107 closed 3 years ago

granthoff1107 commented 3 years ago

I'm trying to view the plots but I keep getting an error that the file doesn't exist. I looked at the source it looks like there is a hard coded value

 pf = pd.read_pickle(f'tickers_df_{7}.p')#process.last_processed

just as a guess I think that should be:

pf = pd.read_pickle(f'tickers_df_{day}.p')
granthoff1107 commented 3 years ago

I didn't run process.py first