We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e5134 commit 1da1701Copy full SHA for 1da1701
1 file changed
Excel
@@ -260,7 +260,6 @@ def create_excel_report(stock_analysis):
260
# Save the workbook
261
filename = f"stock_analysis_{datetime.now().strftime('%Y%m%d')}.xlsx"
262
wb.save(filename)
263
- print(f"Excel report saved as {filename}")
264
265
def main():
266
stock_data = get_stock_codes_and_names()
0 commit comments