From da4ece79442a75d63f65759f27123385371185c3 Mon Sep 17 00:00:00 2001 From: TerenceLiu98 Date: Wed, 9 Jun 2021 10:32:43 +0800 Subject: [PATCH] update --- CEDA/market/marketwatch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/CEDA/market/marketwatch.py b/CEDA/market/marketwatch.py index 2a4ad28..3dbf839 100644 --- a/CEDA/market/marketwatch.py +++ b/CEDA/market/marketwatch.py @@ -12,7 +12,6 @@ url = { "moneywatch": "https://www.marketwatch.com/investing/" } - def forex(instrument="eurusd", startdate="2019-01-01", enddate="2021-01-01"): startdate = datetime.strptime(startdate, "%Y-%m-%d").strftime("%m/%d/%y") enddate = datetime.strptime(enddate, "%Y-%m-%d").strftime("%m/%d/%y")