aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/fxgo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fxgo.py b/python/fxgo.py
index 0af3c32f..9b3935e5 100644
--- a/python/fxgo.py
+++ b/python/fxgo.py
@@ -26,5 +26,5 @@ for msg in emails:
cp, msgtype, date, time = df[
["Bank1DealingCode", "MsgType", "DateOfDeal", "TimeOfDeal"]
].loc[0]
- df.to_csv(DAILY_DIR / "fxgo" / f"{date}_{cp}_{msgtype}_{time}.csv")
+ df.to_csv(DAILY_DIR / "fxgo" / f"{date}_{cp}_{msgtype}_{time}.csv", index=False)
os.remove(dest)