Skip to content

Commit

Permalink
Merge pull request #8 from lit26/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
lit26 authored Feb 5, 2021
2 parents 4ebb200 + a5229c8 commit f20d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finvizfinance/earnings.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ def outputCSV(self, output_dir='earning_days'):
os.mkdir(output_dir)
for name, df in self.df_days.items():
file_name = '_'.join(name.split('/'))
df.to_csv(output_dir+'/'+file_name+'.csv',index=False)
df.to_csv(output_dir+'/'+file_name+'.csv', index=False)

0 comments on commit f20d6dc

Please sign in to comment.