Skip to content

Commit

Permalink
Update secTables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k0al4 authored Nov 4, 2020
1 parent 4734dcc commit a4ea9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secTables.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def fix_cik(source,column):
'https://sec.gov/Archives/'+col['file_url_html']
]
except:
thisRow = [col['cik'],col['firm_name'],col['report_date'].date(),col['file_type'],'','','','','','','',+col['file_url_html']]
thisRow = [col['cik'],col['firm_name'],col['report_date'].date(),col['file_type'],'','','','','','','',col['file_url_html']]
writer.writerow(thisRow)
bar1.update(1)

Expand Down

0 comments on commit a4ea9f2

Please sign in to comment.