aboutsummaryrefslogtreecommitdiffstats
path: root/python/upload_bbh_trades.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/upload_bbh_trades.py')
-rw-r--r--python/upload_bbh_trades.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/upload_bbh_trades.py b/python/upload_bbh_trades.py
index d3d4a958..d426c40c 100644
--- a/python/upload_bbh_trades.py
+++ b/python/upload_bbh_trades.py
@@ -14,6 +14,7 @@ def _include_headers_only(obj, headers):
new_obj = {}
for header in headers:
new_obj[header] = obj.get(header, None)
+ new_obj["tradeid"] = obj.get("tradeid")
return new_obj